How to use rsync command to copy data locally and over SSH
Copying files from one location to another is a pretty basic task and can be easily achieved by using the cp command. However, sometimes, you have to do a little more. This is where the rsync command comes especially when you are transferring the larger files. Rsync (Remote Sync) is a Linux based command-line tool … Read more