Posts tagged as:

rsync with ssh port

Rsync With A Non-Standard SSH Port

by lifeLinux on August 23, 2011

How do I tell rsync to use a different port for SSH ? # rsync -av -e “ssh -p [port_number]” user@ip:/path/to/source/ /path/to/destination/

{ 0 comments }