leo.blog();

rsync

rsync is a useful command-line application for copying or synchronizing files between two locations, both of which can be local or remote (via SSH).

Incremental backups

You can use the --link-dest option to hard-link unchanged files from another directory. This allows some pretty cool “incremental backup” possibilities.

Backlinks

Leave a Comment