From owner-freebsd-questions@FreeBSD.ORG Thu Aug 13 22:22:21 2009 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 A551A10656B1 for ; Thu, 13 Aug 2009 22:22:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2808FC3D for ; Thu, 13 Aug 2009 22:22:21 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MO-MR003.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KOC00C0D658OH90@VL-MO-MR003.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 13 Aug 2009 18:22:21 -0400 (EDT) Message-id: <4A84921F.8000103@videotron.ca> Date: Thu, 13 Aug 2009 18:22:23 -0400 From: PJ User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) To: Roland Smith References: <20090811173211.6FE4D106567B@hub.freebsd.org> <20090812193008.F19821@sola.nimnet.asn.au> <4A82A8D9.30406@videotron.ca> <20090812172704.GA27066@slackbox.xs4all.nl> <4A831DF7.9090506@videotron.ca> <20090812232810.GA37833@slackbox.xs4all.nl> <4A841AC2.1050809@videotron.ca> <20090813185726.GA66607@slackbox.xs4all.nl> <4A847069.5050802@videotron.ca> <20090813214511.GA72324@slackbox.xs4all.nl> In-reply-to: <20090813214511.GA72324@slackbox.xs4all.nl> Cc: freebsd-questions@freebsd.org Subject: Re: boot sector f*ed 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, 13 Aug 2009 22:22:21 -0000 > > For your systems that are running well, get an external harddisk that is at > least as big as the one in the machine. On my website I have explained how to > prepare this disk in somewhat greater detail: > http://www.xs4all.nl/~rsmith/freebsd/index.html#usb > > Then use the dump(8) command to make > backups of the internal harddisk partitions and write them to the external > harddisk. Say that you have mounted the external harddisk at /mnt/backups. The > following command makes a backup of the entire root partition, and compresses > it to save space: > > dump -0 -a -C 8 -L -u -f - / |gzip -1 >/mnt/backups/root-20090813.gz > How about 7zip instead of gzip? does better compression, from what I learned.... ???