From owner-freebsd-questions Fri Nov 15 9:16: 7 2002 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 8364F37B401 for ; Fri, 15 Nov 2002 09:16:06 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D68B743E77 for ; Fri, 15 Nov 2002 09:16:05 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.6+Sun/8.11.6) id gAFHG2D26047; Fri, 15 Nov 2002 12:16:02 -0500 (EST) From: Jerry McAllister Message-Id: <200211151716.gAFHG2D26047@clunix.cl.msu.edu> Subject: Re: How to backup a disk ? To: hymette@wanadoo.fr Date: Fri, 15 Nov 2002 12:16:00 -0500 (EST) Cc: jerrymc@clunix.cl.msu.edu (Jerry McAllister), freebsd-questions@FreeBSD.ORG (freebsd-questions) In-Reply-To: <3DD5284E.3080708@wanadoo.fr> from "hymette@wanadoo.fr" at Nov 15, 2002 06:01:02 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Thank you for this note. Actually as I had a previous version of FreeBSD > on the small disk but not the same partitions I thought that I could use: > > # cd big-disk-partition > # pax -rwX . /mnt/small-disk-folder > > to copy each of my partitions, and then edit the fstab on the small disk > properly. This would avoid me the disklabel steps. But would it work ? I would still use dump and restore to copy the partitions. If the small disk is already bootable you could periodically nuke what is in their partitions and dump the ones from the bigger disk and restore to the corresponding partition on the smaller one. If that is not your live backup, then you don't have to do that very often - just when you make an an OS change - like an upgrade. ////jerry > My intention is not to backup the whole system on a regular basis, > instead I 'd like to have the small disk to serve as repair tool in case > of crash with one partiton dedicated to backup documents. > > What do you think ? > Seems reasonable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message