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.
13 lines
438 B
YAML
13 lines
438 B
YAML
---
|
|
# defaults file for chatton.docker_s3_backup
|
|
|
|
# the backup directory where backups are stored on the host machine.
|
|
# these will be uploaded to S3.
|
|
docker_s3_backup_aws_s3_region: "us-east-1"
|
|
docker_s3_backup_aws_s3_bucket: "backups"
|
|
docker_s3_backup_host_backup_directory: ""
|
|
docker_s3_backup_aws_s3_url: ""
|
|
docker_s3_backup_aws_s3_aws_access_key: ""
|
|
docker_s3_backup_aws_s3_aws_secret_key: ""
|
|
docker_s3_backup_aws_s3_permissions: []
|