Saturday, February 25, 2012

rsync + ssh on different port

rsync -av --progress --inplace --rsh='ssh -p8023' somefile user@host:somedir/

In the example above, rsync will use ssh on port 8023.


ref:http://www.linuxquestions.org/questions/linux-software-2/rsync-ssh-on-different-port-448112/

No comments:

Related Posts Plugin for WordPress, Blogger...