Monthly Archives: November 2010
rsync + non standard ssh port
If ssh is not listening on default port in the remote server, you can use the following command to rsync. rsync -zaHlv -e ‘ssh -p 2010′ /filename user@x.x.x.x:/destination/folder
Posted in Control Panels
Leave a comment