Skip to content

Instantly share code, notes, and snippets.

@mwin007
Created December 1, 2015 14:32
Show Gist options
  • Save mwin007/049971aac1ee1687d656 to your computer and use it in GitHub Desktop.
Save mwin007/049971aac1ee1687d656 to your computer and use it in GitHub Desktop.
aws rsync directory
sudo rsync --delete -azvv -e "ssh -i /var/tmp/aws-key_113015.pem" [email protected]:/var/tmp/ /var/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment