fix bug
This commit is contained in:
parent
dac19b1326
commit
217bd8486a
|
@ -14,12 +14,11 @@ services:
|
||||||
environment:
|
environment:
|
||||||
RUN_ON_STARTUP: 'true'
|
RUN_ON_STARTUP: 'true'
|
||||||
BACKUP_CRON: '0 30 3 * * *' # backups run every day at 03:30
|
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_PASSWORD: /run/secrets/restic_password
|
||||||
|
RESTIC_REPOSITORY: /run/secrets/b2_bucket
|
||||||
RESTIC_BACKUP_SOURCES: /source
|
RESTIC_BACKUP_SOURCES: /source
|
||||||
RESTIC_BACKUP_ARGS: >-
|
RESTIC_BACKUP_ARGS: >-
|
||||||
--tag docker-volumes
|
--tag docker-volumes
|
||||||
--exclude-file=/etc/restic/excludes.txt
|
|
||||||
--verbose
|
--verbose
|
||||||
RESTIC_FORGET_ARGS: >-
|
RESTIC_FORGET_ARGS: >-
|
||||||
--keep-last 10
|
--keep-last 10
|
||||||
|
|
Loading…
Reference in New Issue