I’m using following command to archive local directory to a remote server with rsync through ssh tunnel:
$ rsync -a /local/dir user@host:/backup/dir
I want to use same functionality with another server but this time, ssh runs on a non-standard port (14022) on the remote side. How can I use rsync over ssh with custom port?