Skip to content

Instantly share code, notes, and snippets.

@javadabadoo
Last active August 29, 2015 14:24
Show Gist options
  • Save javadabadoo/d136fca7e9c617188728 to your computer and use it in GitHub Desktop.
Save javadabadoo/d136fca7e9c617188728 to your computer and use it in GitHub Desktop.
Continues upload/download files when getting SCP Broken Pipe
# resumes file downloading
rsync --partial --progress --rsh='ssh -p 1234' usr@host:/remote/from /local/to
# resumes file uploading
rsync --partial --progress --rsh='ssh -p 1234' /local/from usr@host:/remote/to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment