You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
394 B
YAML
14 lines
394 B
YAML
---
|
|
# defaults file for docker_s3_backup
|
|
docker_backup_aws_s3_region: "us-east-1"
|
|
docker_backup_aws_s3_bucket: "backups"
|
|
|
|
|
|
# put backups locally in this directory.
|
|
docker_backup_host_backup_directory: "./backups"
|
|
docker_backup_aws_s3_url: ""
|
|
docker_backup_aws_s3_aws_access_key: ""
|
|
docker_backup_aws_s3_aws_secret_key: ""
|
|
docker_backup_aws_s3_permissions: []
|
|
docker_backup_aws_s3_encrypt: true
|