Download a backup

Instead of downloading to a local box and then re-uploading to another server, why not use the ‘scp’ command?

See this post for an example:

The scp command is a secure way to transfer files directly from one internet cloud server to another without having to do the really long process of downloading and re-uploading. It takes me about 30 seconds to move everything between servers.

In fact I have these commands and several others built into a complete backup script that not only runs the backup but then transfers it along with the support files (private & public) to two other servers and the entire process happens in less than 2 minutes without me lifting a finger.
Give it a try.

BKM