This is not strictly database or MySQL related, however DBAs
often deal with large data sets so others may find it
useful.
I recently discovered bbcp, a utility to copy files efficiently over a
network. It has the ability to use parallel network streams and
specify window sizes, which can dramatically increase the
transfer rates. It copies via the ssh protocol, so it fits nicely
into common security environments.
Installation:
For RHEL, Solaris x86, and MacOS they provide binaries, but I chose to compile my own copy. This was as simple as make -f Makefile.amd (for the amd64 platform) and produces a single portable binary. I simply copied this file to /usr/local/bin for any host that I wish to transfer between.
Usage:
For the most normal case, usage is as simple as:
bbcp -s …