June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will learn how to use the Rsync utility to synchronize files between two directories or between two servers.
Follow these steps to synchronize files with Rsync:
ubuntu@src$ mkdir sampledir ubuntu@src$ touch sampledir/file{1..10}
/ after sampledir. This will copy contents of sampledir in the backup. Without /, the entire ...Read now
Unlock full access