Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonatanrdsantos/9d3329e0439fa6c98280f9b598b6a939 to your computer and use it in GitHub Desktop.
Save jonatanrdsantos/9d3329e0439fa6c98280f9b598b6a939 to your computer and use it in GitHub Desktop.
RSYNC Monstro
rsync -rave "ssh -i PEMKEYFILE.pem" /path/to/local/files/* ec2-user@EC2_INSTANCE_HOSTNAME:/path/to/remote/files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment