From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 21:03:41 2007 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 B626516A417 for ; Mon, 13 Aug 2007 21:03:41 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4C44013C47E for ; Mon, 13 Aug 2007 21:03:41 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7DL3ZN8010730; Mon, 13 Aug 2007 23:03:36 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 62EEDB825; Mon, 13 Aug 2007 23:03:35 +0200 (CEST) Date: Mon, 13 Aug 2007 23:03:35 +0200 From: Roland Smith To: Mary Evans Message-ID: <20070813210335.GA42756@slackbox.xs4all.nl> Mail-Followup-To: Mary Evans , freebsd-questions@freebsd.org References: <525534.79087.qm@web82505.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <525534.79087.qm@web82505.mail.mud.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Three things . . . 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: Mon, 13 Aug 2007 21:03:41 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 13, 2007 at 12:51:09PM -0700, Mary Evans wrote: > 2: I'm now pouring over everything I can find about making a reliable > backup I've just gotten FBSD 6.2 installed with the minimum of my > favorite utilities and programs. I want to save the configuration as > it is so that . . . Very wise! The best backup for UFS filesystems is dump(8). The restore(8) program is used to restore things. This is the only program that can save and restore all features of UFS filesystem (flags, ACLs etc). And they're available on all FreeBSD boot CDs, so you don't need to install a base system and a slew of ports just to restore your backups. :-) Depending on the size of your filesystems, you can burn the backup to a CD or DVD, or you can save it to e.g. a USB harddisk. You can gzip the dumps, but unless you're strapped for space I wouldn't bother. Note that there are are several things that don't need dumping, like /tmp, /dev, /usr/ports/distfiles. See =A716.12 of the Handbook on backups, and http://www.xs4all.nl/~rsmith/freebsd/index.html#backups for a more in-depth explanation of how I make backups. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGwMcnEnfvsMMhpyURAmEVAJ9H5Dhb38EzuCwirml/f+KRCz9CpgCfVfup Qc39Qn6eWQAoeWJyDjuwS7w= =aM3n -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--