Tag: scp

How to transfer files over servers flawlessly. If you followed the previous tutorial, you’d know how to transfer files over servers without passwords. So to transfer a file from server to server issue the following command (USING SCP). scp /path/to/my.file me@otherserver(link sends e-mail):/path/to/destination/my.file Now the same using Rsync: # apt-get install rsync Or # apt-get install