Tag Archives: rsync ssh

Using rsysc over SSH with custom ssh port

Using rsync over SSH connection with custom ssh port # rsync -avz -e “ssh -p portNumber” user@server:/path_to/files/ /local_path/  

Posted in Debian, Linux tips, Mint, Ubuntu | Tagged , , | Leave a comment