Skip to content

Instantly share code, notes, and snippets.

@pstaender
Created March 31, 2015 05:47
Show Gist options
  • Save pstaender/76104599d5f33c56537e to your computer and use it in GitHub Desktop.
Save pstaender/76104599d5f33c56537e to your computer and use it in GitHub Desktop.
Copy and resume large file upload with rsync
#!/bin/sh
rsync --partial --progress --rsh=ssh ~/file user@remote:~/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment