How To Quickly Copy Files Over Network In Linux Using Rsync Over SSH

When trying to copy lots of files remotely from one server to the other, rsync over ssh can be of a great help in most Linux distros including Linux Mint and Ubuntu. [ For a quick primer on how to use ssh from Linux Mint/Ubuntu command line, check this post ]. Here is how to use it considering the below example : 1. Folder named “images” resides locally at “/home/avp/images”. 2....