From owner-freebsd-questions@FreeBSD.ORG Sun Jul 4 05:35:30 2004 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 060C416A4CE for ; Sun, 4 Jul 2004 05:35:30 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with SMTP id A326043D2D for ; Sun, 4 Jul 2004 05:35:29 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by mproxy.gmail.com with SMTP id d19so28877rnf for ; Sat, 03 Jul 2004 22:35:15 -0700 (PDT) Received: by 10.38.92.63 with SMTP id p63mr295309rnb; Sat, 03 Jul 2004 22:35:15 -0700 (PDT) Message-ID: <2b5f066d04070322356454847f@mail.gmail.com> Date: Sun, 4 Jul 2004 01:35:15 -0400 From: Brian McCann To: Marty Landman In-Reply-To: <6.0.0.22.0.20040703192248.03eeadb0@mail.face2interface.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6.0.0.22.0.20040703192248.03eeadb0@mail.face2interface.com> cc: freebsd-questions@freebsd.org Subject: Re: disk image software 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: Sun, 04 Jul 2004 05:35:30 -0000 What about simply using tar to backup the directories on the old drives, and extracting the contents to the new drives. Then you should just have to worry about moving the boot loader, which you can probably use dd for (just read/write the first 512 bytes I think it is). If all you want to keep is the data though, I'd just start over backing up just the data you want to keep in a tarball....that's what I normally do. --Brian On Sat, 03 Jul 2004 19:27:11 -0400, Marty Landman wrote: > I'm thinking of replacing the 1 GB and 2 GB hard drives on my FBSD 4.8 > machine with 4 GB and 6 GB hd's that have become available. Is there a way > to do this which will be worth the trouble? Considering the FBSD box isn't > highly configured or busy right now is it better to just start from scratch? > > The box is networked and there is lots of spare hd space on other network > hd's, so I could easily transfer the data over before swapping out the > current drives. > > Marty Landman, Face 2 Interface Inc. 845-679-9387 > Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml > Web Installed Formmail: http://face2interface.com/formINSTal > > _______________________________________________ > 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" >