How to rsync over ssh on a custom port.
rsync -r -h --partial --progress -e "ssh -p 442" user@otherhost:/files/i/want/* .
-h gives human-readable progress.
woot!
rsync -r -h --partial --progress -e "ssh -p 442" user@otherhost:/files/i/want/* .
-h gives human-readable progress.
woot!
generated in 0.106 Seconds. | Powered by WordPress