some blag

July 21, 2008

rsync with an SSH transport

Filed under: tips — andrew @ 6:22 pm

scp can’t resume transfers where it left off. rsync can.

All it takes is:
rsync -r –partial –progress –rsh=ssh user@host:sekrit/ .

You may also want to add the —bwlimit option to specify the maximum transfer speed (in kbytes/s).

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress