Skip to content

Instantly share code, notes, and snippets.

@MaxLazar
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save MaxLazar/5900fbfc9cf15b1030f4 to your computer and use it in GitHub Desktop.

Select an option

Save MaxLazar/5900fbfc9cf15b1030f4 to your computer and use it in GitHub Desktop.
s3cmd
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