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!
No comments yet.
RSS feed for comments on this post. TrackBack URI
generated in 0.149 Seconds. | Powered by WordPress