|
@ -21,6 +21,7 @@ $ docker run -e S3_ACCESS_KEY_ID=key -e S3_SECRET_ACCESS_KEY=secret -e S3_BUCKET |
|
|
- `S3_BUCKET` your AWS S3 bucket path *required* |
|
|
- `S3_BUCKET` your AWS S3 bucket path *required* |
|
|
- `S3_PREFIX` path prefix in your bucket (default: 'backup') |
|
|
- `S3_PREFIX` path prefix in your bucket (default: 'backup') |
|
|
- `S3_REGION` the AWS S3 bucket region (default: us-west-1) |
|
|
- `S3_REGION` the AWS S3 bucket region (default: us-west-1) |
|
|
|
|
|
- `S3_ENDPOINT` the AWS Endpoint URL, for S3 Compliant APIs such as [minio](https://minio.io) (default: none) |
|
|
- `MULTI_FILES` Allow to have one file per database if set `yes` default: no) |
|
|
- `MULTI_FILES` Allow to have one file per database if set `yes` default: no) |
|
|
- `SCHEDULE` backup schedule time, see explainatons below |
|
|
- `SCHEDULE` backup schedule time, see explainatons below |
|
|
|
|
|
|
|
|