Hacker News new | ask | show | jobs
by alcazar 110 days ago
How do you automate hashing and verifying filenames?

I have used rhash (https://github.com/rhash/RHash) before to do something similar - but with all the hashes for a directory stored in a single file (which I can diff against past or future versions).

Backing up private data and verifying it for corruption is crucial.