Change backup time
This commit is contained in:
parent
ed0c16e9a1
commit
6b7636a4ed
|
@ -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: >-
|
||||
|
|
Reference in a new issue