rsync Command

If you ever want to sync files/directories between two different servers - you might've already encountered rsync command. rsync is way more efficient that just copying files, since it copies only those files which have been modified. In case internet connectivity is lost in midst of rsync, the next time it runs rsync knows exactly from where to start off - which is really great.

Last updated