Lightweight wrapper around s3cmd
$ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket
- SCHEDULE backup schedule time, see explainatons below
You can additionally set the SCHEDULE environment variable like -e SCHEDULE="@daily" to run the backup automatically. More information about the scheduling can be found here.
See here for the documentation.