Harnessing The Power and Reliability of rsync to Backup or Move Files
Transferring files from one disk to another or one computer to another sounds like a trivial task, but when you're dealing with a huge number of files and directories, ensuring that the data was fully copied and exactly matches the source becomes harder to do. Fortunately, the venerable file syncing utility rsync makes it easy to handle large directory trees, verify that all files were synced successfully, and update the destination later quickly with only the files that changed. Let's dive in to how to use rsync.