Created
August 8, 2013 15:53
-
-
Save troyscott/6185849 to your computer and use it in GitHub Desktop.
Recursively copy a local folder to an amazon virtual server.
This file contains hidden or 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
| #!/usr/bin/env bash | |
| scp -r -i .keys/mysshkey.pem package ubuntu@amazon_server.com:/home/ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment