This works the other way round as well. You can start the ssh connect on a remote machine and execute the mysqlbackup stuff. The output still goes through the ssh link and can be piped into a file on the remote machine.
Since the MySQL Dumps are plaintext, you might want to use -C to reduce traffic.
Re:using SSH for network backups
Posted by: dazk on January 02, 2005 12:53 AMSince the MySQL Dumps are plaintext, you might want to use -C to reduce traffic.
#