Rsync, (remote sync), is a remote & local file synchronization tool. It uses a special way that minimizes the amount of data copied by only moving the portions of files that have changed(which is will be fast and save bandwidth). Rsync structure is:rsync <option> <src> <destination> options for rSync:-v: Tells rsync to run into verbose mode-r: Recursive, required