Rsync on a non default port for ssh
# rsync -avz -e "ssh -p $portNumber" user@remoteip:/path/to/files/ /local/path/Passing the port parameter to ssh with the -e option worked like a charm. :-)
This is why Unix rocks.
Thanks Mike Hostetler for the tip.


1 comments:
test message
Post a Comment