|
|
|
|
|
by mleonhard
1758 days ago
|
|
I am writing a Rust CLI program for managing my backups: https://github.com/mleonhard/deduposaur I tend to end up with multiple copies of photos and other docs: SD card, laptop, backup drives, and USB thumb drives. Deduposaur helps me to move files into my latest backup drive. It flags duplicates, modified files, and files that I previously deleted. It also checks each file's SHA-256 digest to detect corruption. The program is usable but needs some usability improvements and more tests. The license is Apache 2.0. I am happy to receive problem reports, feature requests, and pull requests. |
|