Change backup time

This commit is contained in:
Sam A. 2022-12-24 14:37:06 +01:00
parent ed0c16e9a1
commit 6b7636a4ed
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
restart: unless-stopped
environment:
RUN_ON_STARTUP: 'false'
BACKUP_CRON: '0 30 3 * * *'
BACKUP_CRON: '0 0 3 * * *'
RESTIC_REPOSITORY: "b2:{{ secrets.restic.b2.bucket }}:{{ services.restic.repo }}"
RESTIC_PASSWORD: "{{ secrets.restic.repo_pw }}"
RESTIC_BACKUP_SOURCES: /mnt/volumes
@ -53,7 +53,7 @@
restart: unless-stopped
environment:
RUN_ON_STARTUP: 'false'
CHECK_CRON: '0 30 4 * * *'
CHECK_CRON: '0 0 5 * * *'
RESTIC_REPOSITORY: "b2:{{ secrets.restic.b2.bucket }}:{{ services.restic.repo }}"
RESTIC_PASSWORD: "{{ secrets.restic.repo_pw }}"
RESTIC_CHECK_ARGS: >-