rsync to an alternate ssh port
Q: sometimes you try to copy files using rsync but the server uses an alternate port than the usual 22...
A: `` rsync -av -e 'ssh -p 2222' HOST:~/folder/* dest ``
Q: sometimes you try to copy files using rsync but the server uses an alternate port than the usual 22...
A: `` rsync -av -e 'ssh -p 2222' HOST:~/folder/* dest ``