Copying files between servers with netcat and tar

One of the quickest ways (faster than scp at any rate) of copying a large number of files between 2 servers is by abusing the awesome powers of Linux’s pipeing and netcat and tar! Basically we set up netcat listening on the server you want the files copied too which pipes it’s output to tar […]