Subscribe to RSS Feed

Posts Tagged ‘ rsync ’

Tip: scp Resume

January 31, 2007 by Yonah Russ

I left a desktop to download some humongous logs last night using scp and of course the connection was lost in the middle.
I looked for a possible resume feature in scp and found this tip:Using rsync to resume partial file transfers: joen.dk ยป Tip: scp Resume
rsync –partial –progress -e ’ssh’ ….

Continue Reading »
No Comments