Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Created May 4, 2017 19:17
Show Gist options
  • Save famousgarkin/279a8dbf95a9a3e726b60a75d832ae8d to your computer and use it in GitHub Desktop.
Save famousgarkin/279a8dbf95a9a3e726b60a75d832ae8d to your computer and use it in GitHub Desktop.
s3cmd backup
tar -czp path | s3cmd --access_key=ASDF --secret_key=1234 put - s3://bucket/path-$(date +%F).tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment