This commit is contained in:
Galuh Sahid 2023-12-25 13:24:30 +01:00
parent dac19b1326
commit 217bd8486a
1 changed files with 1 additions and 2 deletions

View File

@ -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