Ask HN: Is there still a usecase for rdiff-backup in the times of Git? 2 points by MrThoughtful 2y ago ↗ HN When setting up a new backup strategy, is git the way to go these days?Or does rdiff-backup still have advantages over git?
[–] pwg 2y ago ↗ Git is a source code control system, not a backup.You might be referring to 'bup', which is a backup system using git packfiles to store backup data.As for advantages, you'll have to compare the feature set of both and decide for yourself.
1 comment
[ 3.1 ms ] story [ 10.1 ms ] threadYou might be referring to 'bup', which is a backup system using git packfiles to store backup data.
As for advantages, you'll have to compare the feature set of both and decide for yourself.