Cover

How to copy files from and to remote server with 'rsync' in linux?

When it comes to copying/moving files from local machine to server and vice-versa, rsync is a fast and versatile option comparing to other protocols like scp, sftp etc. rsync comes pre-installed to many linux distros and MacOS. But, if it’s not pre-installed in your system you can install it using your distro package manager. Here I am gonna put the command for Ubuntu and it’s other flavours since, I am using Ubuntu at the moment....

April 8, 2022 · 1 min · Nazrul