Differential Backups with Rsync

Created on 2020-11-15T19:07:01-06:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

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.