This script performs a network backup using unix’s rsync command over ssh. It performs an incremental backup, which means that it only updates new files and files that have changed since the last backup, thus minimizing network traffic.
This script runs on the source machine (SOURCE) and connects to the backup machine (BACKUP). [...]