copy from local to remote machine (fast) code example
Example: copy from local to remote machine (fast)
$ rsync -az -e ssh /path/to/src/dir/ user@server:/path/to/dest/dir/
$ rsync -az -e ssh /path/to/src/dir/ user@server:/path/to/dest/dir/