diff --git a/roles/apps/templates/compose-files/restic.yml.j2 b/roles/apps/templates/compose-files/restic.yml.j2 index 3cbda4b..b26d3b9 100644 --- a/roles/apps/templates/compose-files/restic.yml.j2 +++ b/roles/apps/templates/compose-files/restic.yml.j2 @@ -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: >-