Created
May 4, 2017 19:17
-
-
Save famousgarkin/279a8dbf95a9a3e726b60a75d832ae8d to your computer and use it in GitHub Desktop.
s3cmd backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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