server to server db backup

how would you do a mysql backup to another server over ssh?

This is what I tried and I lost the mysql connection:
Code:
mysqldump -A -h11.111.111.111 -P22 -uroot -p > testingadump.sql;
It did not work.

Any clues?

Aaron

 

 

 

 

Top