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.
18 lines
653 B
YAML
18 lines
653 B
YAML
---
|
|
# defaults file for chatton.docker_s3_backup
|
|
|
|
# the number of backups of the same volume which should be kept.
|
|
# Any excess will be deleted. If undefined, no backups will be deleted.
|
|
# docker_backup_retain_count: 3
|
|
# the backup directory where backups are stored on the host machine.
|
|
# these will be uploaded to S3.
|
|
docker_backup_aws_s3_region: "us-east-1"
|
|
docker_backup_aws_s3_bucket: "backups"
|
|
docker_backup_host_backup_directory: ""
|
|
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
|
|
docker_backup_keep_local: false
|