rsync over ssh port number on Linux/Unix system
Question: How may I rsync the files to remote server which has custom ssh port number ? Answer: To rsync the files and directories with ssh to remote server we use the option -e . And to define the custom port number with ssh option within rsync command,we use the option -p. Syntax: rsync -avz … Read more