Copy large amounts of data between servers
There are several methods of moving data between servers in a UNIX/Linux/BSD environment, for example scp, ftp, SMB-shares, NFS-shares or rsync. My experience is that using netcat is one of the faster methods if you have large amount of data to copy. On the receiving server: cd / (or the base directory under which you […]