It would be great if Kup offered incremental snapshots with rsync, merging the advantages of versioned backups and a user-browseable filesystem.
This is something I sorely miss from my macOS days, where Apple provided Time Machine, a similar backup service that did it this way. They used hardlinks for deduplication, so each snapshot came with a very low space cost on the backup disk.
See also http://mikerubel.org/computers/rsync_snapshots/
It would be great if Kup offered incremental snapshots with
rsync, merging the advantages of versioned backups and a user-browseable filesystem.This is something I sorely miss from my macOS days, where Apple provided Time Machine, a similar backup service that did it this way. They used hardlinks for deduplication, so each snapshot came with a very low space cost on the backup disk.
See also http://mikerubel.org/computers/rsync_snapshots/