Date: Mon, 11 Jun 2012 08:29:04 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Ronald F. Guilmette" <rfg@tristatelogic.com> Cc: freebsd-questions@freebsd.org Subject: Re: Making a bootable backup (hard)disk... how? Message-ID: <4FD59E40.3060506@infracaninophile.co.uk> In-Reply-To: <48302.1339366497@tristatelogic.com> References: <48302.1339366497@tristatelogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEFE729C9F864BF9D52E7A48A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10/06/2012 23:14, Ronald F. Guilmette wrote: > Well, nevermind about that. I get the general idea, i.e. that dumping > at level N causes dumping of everything that has changed since the last= > dump at level N-1. Not quite. A dump at level N includes everything that changed since the most recent dump at level M where M<N. So if you follow a level 0 dump immediately by a level 2 dump, the level 2 dump contains all the changes since the level 0 dump. Which is exactly what you would expect. Where this gets useful is if you consider what happens if the next dump after that is a level 1 [+]. You get the difference between the original level 0 dump and the current filesystem -- so you only need the level 0 and level 1 tapes[*] to do a restore. However if the third dump was a level 3, you'ld get the differences between the level 2 dump and the current filesystem, so you'ld need all of the level 0, level 2 and level 3 tapes to do a restore. It's a toss-up between economising on the quantity of tape used and the hassle factor in doing restores. Cheers, Matthew [+] Actually level 2 or above. A dump level sequence of 0, 2, 2 has the same effect as 0, 2, 1. [*] For values of "tape" that include all sorts of different backup media= =2E --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigEFE729C9F864BF9D52E7A48A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/VnkAACgkQ8Mjk52CukIwf8wCfbmm+UvV1xe+890OU1qIZnyL8 6sgAn0visOGzxHxoWnaxO5qF4zeTQWlg =cMeF -----END PGP SIGNATURE----- --------------enigEFE729C9F864BF9D52E7A48A--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD59E40.3060506>