Rsync snapshots on a budget
rsync with --link-dest shares unchanged files between snapshots.
rsync -a --delete --link-dest=/snap/prev /data/ /snap/$(date +%F)/Thirty daily snapshots can cost barely more than one full copy.
rsync with --link-dest shares unchanged files between snapshots.
rsync -a --delete --link-dest=/snap/prev /data/ /snap/$(date +%F)/Thirty daily snapshots can cost barely more than one full copy.