dump/restore
Guy Harris
guy at auspex.UUCP
Wed Nov 2 05:00:35 AEST 1988
>>A BACKUP program should be able to restore the disk to the state it
>>was at the time of the backup. It should also offer incremental backups.
>
>Right, and since there is no way to reset the create-time on a Unix
>system
That's "inode change time", not "create time"; neither the V7/S5 file
system, nor the 4.2BSD file system, stores the create time.
>(except by setting the date and resetting it but that's awful and can never
>be used in a multiuser environment) there are NO backup programs that can
>restore the disk to the state it was at the time of the backup since this
>is simply not possible in Unix.
You completely missed the point.
I can live with the inode change time not being restored. I'd rather
not live with a full restore done from a full and an incremental backup
restoring files that had been deleted by the time the incremental was
done - I want those files gone. I don't *have* to live with that if I
use "dump" and "restore"; I do if I use "cpio" or "tar" for incremental
dumps.
(Oh, and by the way, although the 4.[23]BSD "restore" restores to a
mounted file system, the V7/S3/4.1BSD "restor" restored to a raw disk,
so it could set the change time to whatever it wanted.)
More information about the Comp.unix.microport
mailing list