Rsync over SSH with a custom port, other than port 22
Rsync from a remote SSH host: rsync -ave “ssh -p1234” \ user@host:/source/directory \ /destination/directory
Rsync from a remote SSH host: rsync -ave “ssh -p1234” \ user@host:/source/directory \ /destination/directory