From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 17:09:05 2008 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 1A6B1106567C for ; Tue, 2 Sep 2008 17:09:05 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id DAA148FC1D for ; Tue, 2 Sep 2008 17:09:04 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m82H3Uka063401; Tue, 2 Sep 2008 13:03:30 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m82H3UlE063400; Tue, 2 Sep 2008 13:03:30 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 2 Sep 2008 13:03:30 -0400 From: Jerry McAllister To: RW Message-ID: <20080902170330.GC63128@gizmo.acns.msu.edu> References: <48BB2359.4000208@xmission.com> <200808312353.m7VNrbCI024287@cheyenne.hanadarko.com> <20080901024910.16ca76ae@gumby.homeunix.com.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080901024910.16ca76ae@gumby.homeunix.com.> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: dump/restore don't work, handbook lies 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: Tue, 02 Sep 2008 17:09:05 -0000 On Mon, Sep 01, 2008 at 02:49:10AM +0100, RW wrote: > On Sun, 31 Aug 2008 18:53:36 -0500 > "J.D. Bronson" wrote: > > > > > dump -C 32 -0Lf - / | ( cd /mnta ; restore xf - ) > > One minor caveat: dumping a live filesystem require dump to take a > snapshot, which in turn require soft-updates to be turned-on. The > default in sysinstall is to enable it for everything but the root > partition. It doesn't "rewuire" the snapshot. That is a feature that is helpful in not missing changes and needs the '-L' flag. But, it will dump just nicely without it and only be momentarily confused on restore if files are missing that show up in the dump directory and will not even know about files that are created after the dump directory was created. If you can tolerate that, then it is not a requirement. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"