Deduplicated Backups

I use rsnapshot. It’s basically rsync with deduplication (using hardlinks). I like that it’s simple and works well.

Want to delete a backup? Just go ahead and delete it. The hardlinks have you covered. Individual files can quickly be referenced because they’re just sitting in the folder.

The disadvantage is that that the backup system needs to support hardlinks. So, no storing backups on Dropbox. Also, no encryption.