Quick command line backup software
Here’s a simple backup helper software I wrote. It’s a Perl script with a MySQL backend. You run it on files you want to back up, and it stores SHA1 checksums in a database. You can then use it to verify files in your backup drive, or even just on your main hard drive.
I’ve found it quite handy for validating my backups. Hopefully someone out there will find it useful too.
