From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 22:06:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B47016A4CE for ; Thu, 24 Feb 2005 22:06:29 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 6914A43D5F for ; Thu, 24 Feb 2005 22:06:28 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 7775 invoked by uid 0); 24 Feb 2005 22:06:26 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp8.knology.net with SMTP; 24 Feb 2005 22:06:26 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 407CF6945; Thu, 24 Feb 2005 16:06:26 -0600 (CST) Date: Thu, 24 Feb 2005 16:06:26 -0600 From: David Kelly To: questions@freebsd.org Message-ID: <20050224220626.GA45722@Grumpy.DynDNS.org> References: <20050223181229.41392.qmail@web25006.mail.ukl.yahoo.com> <19861fba050224125071f03afd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19861fba050224125071f03afd@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Transfering from SCSI to IDE ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 22:06:29 -0000 On Thu, Feb 24, 2005 at 09:50:40PM +0100, J65nko BSD wrote: > > Maybe you should forget about the Ghost shortcut, and not ignore 30 > years of Unix backup history ;) I agree that Ghost is the wrong tool. IIRC there is a *BSD or Linux Ghost-workalike standalone bootable CDROM. Still don't believe I'd use that myself when everything needed is already under my fingertips. > Use "dump" to make a backup of your SCSI disk. Do a minimal FBSD > install on your IDE disk, using a similar partition and disklabel > scheme as the FBSD install on the SCSI disk. > > Now use "restore" to transfer the backups to the IDE disk. Is easier to use dump piped into restore. Write directly to the target in the final form. > Please note that "dump" and "restore" work on complete filesystems. Only dump works on the entire fs. Restore writes files. You can selectively restore. Can also restore to larger or smaller filesystems, directories, new or old. While there is great value in having an exact image of a working system for quick restore, there is also great value in documenting one's configuration then "clean house" periodically to build a clean system and prove one's documentation. I like to keep a list of important and customized files such as /etc/hosts, then use this list as an argument to tar for selective backups. "ls -1d /var/db/pkg" provides a list of installed ports. Then if/when time comes to build a new machine the tar archive and list of installed ports is 99.9% of the sweat. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad.