This tutorial will show guide you how to synchronize content using rsync. It’s very simple. Just login the server you will copy the data from and execute the following command: rsync -ravzl [current directory] -e ssh [username]@[IP of destination server]:[Full path to destination] when you change the needed things it should look like this: rsync […]