Trond Myklebust wrote:The point of using checksums (or digital signatures on files) is to be able to detect when the on disk file has been corrupted - not to look for updates. With normal disks, even writes that are flagged as correct will occasionally actually end up corrupt on disk. The rate that you need to validate the checksums is not at a 4 time a day rate.
Nobody gives a rats arse about backups: those are infrequent andActually, those of us who do run production servers care vastly about backups. And beside being utterly unscalable (checksum 20 TB of files four times a day to find what changed???), you would have to remember the checksums for all those files.
can/should use more sophisticated techniques such as checksumming.