---

How to Rsync with non-standard SSH Port

Sync the contents of remote server’s backup folder to my local system’s folder /home/tecmint/backup.

$ sudo rsync -arvz -e ‘ssh -p 786’ –progress tecmint@192.168.0.10:/home/tecmint/backup /home/tecmint/backup

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis