Why idle backups??

Dick Karpinski dick at cca.ucsf.edu
Wed Oct 31 05:24:12 AEST 1990


In article <32757 at sparkyfs.istc.sri.com> zwicky at pterodactyl.erg.sri.com.UUCP (Elizabeth Zwicky) writes:
>
>No, there isn't any easy way to validate it - unless you consider
>doing a full restore easy. There are basically four ways in which the
>tape can be screwed:

In principle, your dump program could take checksums of each block of
each file during its dump and then again from the disk after the dump.
This could catch flaws arising from dumping a live file system, though
fixing those flaws requires also a way to rewrite the dump tape or to
note that a file image is damaged.  Rereading the tape is necessary
and sufficient to detect writing and media errors.

Since almost all files are small enough to hold in RAM, you could even
employ two strategies, a quick one for little files and a slow, robust
one for the few large files.  Strategies that include file system mods
have more opportunities to be quick and efficient, but safe live dumps
need not require them.

Dick



More information about the Comp.unix.admin mailing list