From 217bd8486ac82f23f0cfe846cc30c140dd8f43a8 Mon Sep 17 00:00:00 2001 From: Galuh Sahid Date: Mon, 25 Dec 2023 13:24:30 +0100 Subject: [PATCH] fix bug --- restic/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/restic/docker-compose.yml b/restic/docker-compose.yml index 8237751..682631b 100644 --- a/restic/docker-compose.yml +++ b/restic/docker-compose.yml @@ -14,12 +14,11 @@ services: environment: RUN_ON_STARTUP: 'true' BACKUP_CRON: '0 30 3 * * *' # backups run every day at 03:30 - RESTIC_REPOSITORY: /run/secrets/b2_bucket RESTIC_PASSWORD: /run/secrets/restic_password + RESTIC_REPOSITORY: /run/secrets/b2_bucket RESTIC_BACKUP_SOURCES: /source RESTIC_BACKUP_ARGS: >- --tag docker-volumes - --exclude-file=/etc/restic/excludes.txt --verbose RESTIC_FORGET_ARGS: >- --keep-last 10