Skip to content

Instantly share code, notes, and snippets.

@hfknight
Created January 17, 2014 17:34
Show Gist options
  • Save hfknight/8477707 to your computer and use it in GitHub Desktop.
Save hfknight/8477707 to your computer and use it in GitHub Desktop.
Rsync Files between Amazon EC2 Instances
rsync -rav --progress "ssh -i KEY-PAIR.ppk" /mnt/temp/ root@another-instance-ip-addr:/mnt/temp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment