Change Restic prune and check schedules

This commit is contained in:
Sam A. 2024-03-01 22:38:50 +01:00
parent 1298bccc21
commit 248986f2e1
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

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