Hardlinked incremental snapshots rsync

Time-Machine-style backup: unchanged files hardlink to prev, only deltas use new space

rsync -a --delete --link-dest=../prev /src/ ./$(date +%F)/
more rsync all 7 commands →