Change Restic prune and check schedules
This commit is contained in:
parent
1298bccc21
commit
248986f2e1
|
@ -38,7 +38,7 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
RUN_ON_STARTUP: false
|
||||
PRUNE_CRON: 0 30 3 * * *
|
||||
PRUNE_CRON: 0 45 3 * * *
|
||||
RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }}
|
||||
RESTIC_PASSWORD: {{ restic.repo.password }}
|
||||
RESTIC_PRUNE_ARGS: >-
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
RUN_ON_STARTUP: false
|
||||
CHECK_CRON: 0 30 4 * * *
|
||||
CHECK_CRON: 0 45 4 * * *
|
||||
RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }}
|
||||
RESTIC_PASSWORD: {{ restic.repo.password }}
|
||||
RESTIC_CHECK_ARGS: >-
|
||||
|
|
Loading…
Reference in a new issue