resume ssh up/dnload

Posted on December 24th, 2007 in Coding by abdallah

Not very straight-forward:

[ bash Code ]
  1.  
  2. rsync –partial –progress myFile remoteMachine:dirToPutIn/
  3. alias scpresume="rsync –partial –progress –rsh=ssh"

Post a comment

You must be logged in to post a comment.