bup vs rsync
A side-by-side look at bup and rsync. For an in-depth review of either product, follow the links below.
bup
Backup & Sync
bup is an efficient backup system that uses a rolling checksum algorithm and hardlinking to save space. It can backup data to local disks, external drives, or cloud storage providers.
rolling-checksumhardlinkingspace-savinglocal-backupexternal-drive-backupcloud-backup
rsync
File Management
rsync is an open source utility that provides fast incremental file transfer and synchronization. It can efficiently sync files and folders between locations while minimizing data transfer using delta encoding when appropriate.
file-transfersyncbackupopen-source