fsdump verify after backup option

It would be nice to be able to choose to verify the just made backup using "restore -C" and append those results to the email that can be sent.

It can currently be done with the Command to run after field, of course. But not everyone knows how to do that.

Another useful addendum to that is remounting "noatime" during the verify, so that atime doesn't get modified, and then remount without noatime when donw.

In short, I do the following:

mount -o remount,noatime /; restore -C -f /mnt/backup/weekly-full; mount -o remount /

For the virtualmin.com server.

Obviously not urgent. I was just writing up a little documentation on backup procedures, while setting up weekly/nightly backups on the new server, and noticed that these would be useful features.

Status: 
Closed (fixed)