danau.
← all posts

Rsync snapshots on a budget

February 24, 2026

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.