Your command line should look like this:
rsync -avz --rsh 'ssh -p 19850' --progress /home root@<Host Name>:/backup
this works fine - I use it all the time without needing any new firewall rules - just note the SSH command itself is enclosed in quotes.
0 Comments