Comment Re:md5sum (Score 1) 247
or sha1sum if you prefer. Automate in cron against a list of knowns.
eg:
$ md5sum
Definitely comparing md5/sha hashes against the backup files is the way to go. This will get every corrupted file regardless if the file has structural integrity.