Skip to content

Instantly share code, notes, and snippets.

@claytantor
Last active November 21, 2015 20:31
Show Gist options
  • Save claytantor/1a9dc4d145da72519e9c to your computer and use it in GitHub Desktop.
Save claytantor/1a9dc4d145da72519e9c to your computer and use it in GitHub Desktop.
sync a local dir to s3 with exclude
aws s3 sync . s3://claytantor.com --exclude="*.git/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment