Created
May 20, 2015 16:17
-
-
Save austra/36f16495749173d9665a to your computer and use it in GitHub Desktop.
rsync with EC2
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
rsync -avzP -e "ssh -i /home/user/my.pem" [email protected]:/home/ubuntu/remote-dir /home/user/local-dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment