Skip to content

Instantly share code, notes, and snippets.

@antonbabenko
Created March 12, 2012 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonbabenko/2021549 to your computer and use it in GitHub Desktop.
Save antonbabenko/2021549 to your computer and use it in GitHub Desktop.
S3 files backup command
s3cmd --recursive --reduced-redundancy --skip-existing --no-delete-removed --acl-public sync s3://s3.domain.com/files/ s3://s3-backup.domain.com/files/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment