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.
26 lines
1.0 KiB
YAML
26 lines
1.0 KiB
YAML
---
|
|
# defaults file for docker_s3_volume_restore
|
|
|
|
# forces a revert to the volume.
|
|
docker_s3_volume_restore_force: false
|
|
# specify docker_s3_volume_restore_latest_s3_key true to automatically determine the latest
|
|
# backup in the s3 backup. The format which is expected has the prefix of volume_name/volume_name_*
|
|
# this is the format the the "docker_s3_backup" role updloads them with.
|
|
docker_s3_volume_restore_latest_s3_key: false
|
|
docker_s3_volume_restores: []
|
|
#docker_volume_s3_restores:
|
|
# - volume_name: "linkding_data"
|
|
# s3_key: "linkding_data/linkding_data-2022-09-01T21:32:54Z.tar.gz"
|
|
|
|
# dynamically find the latest linkding_data backup.
|
|
# docker_s3_volume_restore_latest_s3_key: true
|
|
#docker_volume_s3_restores:
|
|
# - volume_name: "linkding_data"
|
|
|
|
docker_s3_volume_restore_aws_s3_region: "us-east-1"
|
|
docker_s3_volume_restore_aws_s3_bucket: "backups"
|
|
docker_s3_volume_restore_aws_s3_url: ""
|
|
docker_s3_volume_restore_aws_s3_aws_access_key: ""
|
|
docker_s3_volume_restore_aws_s3_aws_secret_key: ""
|
|
docker_s3_volume_restore_aws_s3_permissions: []
|