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

View file

@ -38,7 +38,7 @@ services:
restart: always restart: always
environment: environment:
RUN_ON_STARTUP: false RUN_ON_STARTUP: false
PRUNE_CRON: 0 30 3 * * * PRUNE_CRON: 0 45 3 * * *
RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }} RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }}
RESTIC_PASSWORD: {{ restic.repo.password }} RESTIC_PASSWORD: {{ restic.repo.password }}
RESTIC_PRUNE_ARGS: >- RESTIC_PRUNE_ARGS: >-
@ -52,7 +52,7 @@ services:
restart: always restart: always
environment: environment:
RUN_ON_STARTUP: false RUN_ON_STARTUP: false
CHECK_CRON: 0 30 4 * * * CHECK_CRON: 0 45 4 * * *
RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }} RESTIC_REPOSITORY: b2:{{ restic.b2.bucket }}:{{ restic.repo.path }}
RESTIC_PASSWORD: {{ restic.repo.password }} RESTIC_PASSWORD: {{ restic.repo.password }}
RESTIC_CHECK_ARGS: >- RESTIC_CHECK_ARGS: >-