Skip to content

Latest commit

 

History

History
 
 

s3cmd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

s3cmd

Lightweight wrapper around s3cmd

Basic usage

$ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket

Environment variables

  • SCHEDULE backup schedule time, see explainatons below

Automatic Periodic Backups

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.

s3cmd documentation

See here for the documentation.