Differential Backups with Rsync
Created on 2020-11-15T19:07:01-06:00
Use `cp -al` to copy a backup directory while preserving hardlinks.
Use `rsync -av` to synchronize on to the new backup directory; any changed files will be deleted and replaced.