From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 20:51:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7064216A4D2 for ; Thu, 30 Nov 2006 20:51:32 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B4243FB4 for ; Thu, 30 Nov 2006 20:45:59 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id kAUKjWlC023960; Thu, 30 Nov 2006 14:45:33 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <456F42E3.6070007@daleco.biz> Date: Thu, 30 Nov 2006 14:45:23 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20060925 SeaMonkey/1.0.5 MIME-Version: 1.0 To: Kimberly B References: <20061130201959.3652.qmail@web38804.mail.mud.yahoo.com> In-Reply-To: <20061130201959.3652.qmail@web38804.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dump/restore question 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: Thu, 30 Nov 2006 20:51:32 -0000 Kimberly B wrote: > If I have built a freebsd system to my liking and want to be able to reinstall > fbsd to my pre-dump state (assuming the same slice configuration). I ran > > dump -L -0f - / > dump -L -0f - /usr > dump -L -0f - /var > dump -L -0f - /tmp > > and save these files remotely. > > Could I then expect to reinstall fbsd and restore these dump files and have the same > state of the system when I dumped? including all ports and all? > > kimberly Yes. Ymmv. Kevin Kinsey