feat: backupvolume can be pruned after upload

This commit is contained in:
2023-03-01 13:28:39 +01:00
parent bab224ab96
commit 92dfd23b26
3 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,7 @@ SERVER_NAME=example.com
RESTIC_HOST=minio.example.com
CRON_SCHEDULE='*/5 * * * *'
REMOVE_BACKUP_VOLUME_AFTER_UPLOAD=1
# swarm-cronjob, instead of built-in cron
#COMPOSE_FILE="$COMPOSE_FILE:compose.swarm-cronjob.yml"