danau.
← all posts

Rsync snapshots on a budget

February 24, 2026

rsync --link-dest shares unchanged files between snapshots.

rsync -a --delete --link-dest=/snap/prev /data/ /snap/$(date +%F)/

Thirty snapshots can cost barely more than one copy.