Created
March 31, 2015 05:47
-
-
Save pstaender/76104599d5f33c56537e to your computer and use it in GitHub Desktop.
Copy and resume large file upload with rsync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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