Skip to content

Instantly share code, notes, and snippets.

@AlexJoz
Last active August 5, 2016 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexJoz/e6e45e3c84fb7143cb1da0f8c9f46e76 to your computer and use it in GitHub Desktop.
Save AlexJoz/e6e45e3c84fb7143cb1da0f8c9f46e76 to your computer and use it in GitHub Desktop.
Syncronize files with running ec2 instance (download data from aws)
sudo rsync -azv -e "ssh -i /home/ubuntu/key-to-ec2.pem" ubuntu@xx.xxx.xxx.xx:/home/ubuntu/source/ /home/ubuntu/target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment