How to set up Rsync to transfer files between servers over SSH
Rsync is a tool for transferring and synchronizing files across networked computers by comparing the modification times and sizes of files. Rsync is written in C as a single-threaded application. If you want to save a copy/backup of your files on different machines, you can …