From owner-freebsd-questions@FreeBSD.ORG Wed Sep 30 01:38:26 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 C84D4106568F for ; Wed, 30 Sep 2009 01:38:26 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 741728FC18 for ; Wed, 30 Sep 2009 01:38:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 85BEF3A3844; Wed, 30 Sep 2009 08:38:24 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1254274704; x= 1256089104; bh=aRHqcHYVG79xyU5rdUDay7xUkThQ9NGcGPCVZwlZC7A=; b=F Sa7ujAw8KrEeDi8pvUJoNFeNDaYkbfXmfvGOwUUBhBqKfMQd3ikjyYzA1L5UA1qt aI9T1r/Xxg1bTHzqDQQpqKgr8Nlwuu5Byqbsf3jO028bBD1vq/HaZcnZ70+95VpB Yt8OP8XUTbgTXbl6JysedEMvvxmNbG2t6wHa1dTRX4= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0593AZ7PVJeP; Wed, 30 Sep 2009 08:38:24 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 80A9E3A383A; Wed, 30 Sep 2009 08:38:23 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n8U1cLnP000858; Wed, 30 Sep 2009 08:38:21 +0700 (ICT) (envelope-from on) Date: Wed, 30 Sep 2009 08:38:21 +0700 (ICT) Message-Id: <200909300138.n8U1cLnP000858@banyan.cs.ait.ac.th> From: Olivier Nicole To: af.gourmet@videotron.ca In-reply-to: <4AC2B3BB.4080807@videotron.ca> (message from PJ on Tue, 29 Sep 2009 21:26:19 -0400) References: <4AC29BE6.4000505@videotron.ca> <4AC2B3BB.4080807@videotron.ca> 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 01:38:26 -0000 > >> $ 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