You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
580 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. # s3cmd
  2. Lightweight wrapper around s3cmd
  3. ## Basic usage
  4. ```sh
  5. $ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket
  6. ```
  7. ## Environment variables
  8. - SCHEDULE backup schedule time, see explainatons below
  9. ## Automatic Periodic Backups
  10. You can additionally set the SCHEDULE environment variable like -e SCHEDULE="@daily" to run the backup automatically.
  11. More information about the scheduling can be found [here](http://godoc.org/github.com/robfig/cron#hdr-Predefined_schedules).
  12. ### `s3cmd` documentation
  13. See [here](http://s3tools.org/usage) for the documentation.