Work-in-progress: split S3 & SSH storage

This commit is contained in:
3wc
2021-11-09 12:37:56 +02:00
parent f5e87f396a
commit ed76e6164b
6 changed files with 57 additions and 7 deletions

13
.env.sample Normal file
View File

@ -0,0 +1,13 @@
TYPE=backup-bot-two
SECRET_RESTIC_PASSWORD_VERSION=v1
COMPOSE_FILE=compose.yml
# SSH storage
#SECRET_SSH_KEY_VERSION=v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.ssh.yml"
# S3 storage
#SECRET_AWS_SECRET_ACCESS_KEY_VERSION=v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.s3.yml"