Last active
August 29, 2015 14:13
-
-
Save MaxLazar/5900fbfc9cf15b1030f4 to your computer and use it in GitHub Desktop.
s3cmd
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
| Sync a folder on server with bucket | |
| s3cmd sync /this/www/ s3://to/this/bucket/ | |
| Copy one bucket to another | |
| s3cmd sync s3://from/this/bucket/ s3://to/this/bucket/ | |
| http://s3tools.org/download | |
| http://tecadmin.net/install-s3cmd-manage-amazon-s3-buckets/ | |
| http://tecadmin.net/s3cmd-file-sync-with-s3bucket/ | |
| Human readable size on s3cmd | |
| s3cmd du -H s3://my-bucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment