Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Created June 25, 2011 18:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhiomkar/1046728 to your computer and use it in GitHub Desktop.
Save abhiomkar/1046728 to your computer and use it in GitHub Desktop.
Rsync - Copy files from remote server with Resume Feature
rsync --partial --progress --rsh=ssh user@hostname:/path/to/file /local/destination/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment