From owner-freebsd-questions@FreeBSD.ORG Wed Sep 30 02:29:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55DE81065672 for ; Wed, 30 Sep 2009 02:29:36 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2C2938FC1A for ; Wed, 30 Sep 2009 02:29:36 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KQR00AZLIXBDJI0@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Tue, 29 Sep 2009 22:29:35 -0400 (EDT) Message-id: <4AC2C292.10005@videotron.ca> Date: Tue, 29 Sep 2009 22:29:38 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Olivier Nicole References: <4AC29BE6.4000505@videotron.ca> <4AC2B3BB.4080807@videotron.ca> <200909300138.n8U1cLnP000858@banyan.cs.ait.ac.th> In-reply-to: <200909300138.n8U1cLnP000858@banyan.cs.ait.ac.th> Cc: freebsd-questions@freebsd.org Subject: Re: backups & cloning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2009 02:29:36 -0000 Olivier Nicole wrote: >>>> $ newfs -U /dev/ad2s1a >>>> $ mount /dev/ad2s1a.... /target >>>> $ cd /target >>>> $ dump -0Lauf - /dev/ad1s1a | restore -rf - >>>> >>> [...] >>> >> But what does that mean? But ad2s1a has just been newfs'd - so how can >> > > Thats ad*1*s1a that has just been formatted, not ad2... > > Best, > > Olivier > > Thanks for that. It took me a while to see that.