Bugfix: Timer auf alle 6h (#333)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#333 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
16ebb0324e
commit
a5da14cae4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
**/**AppData***/**
|
||||
restic_mount_timeout: "10 min"
|
||||
restic_failure_delay: "30 s"
|
||||
restic_schedule: "0/6:*"
|
||||
restic_schedule: "0/6:00"
|
||||
restic_folders_to_backup: "/usr/local /etc /root /var/www /home"
|
||||
restic_repository: "//fileserver2.grote.lan/restic"
|
||||
restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
||||
|
|
Loading…
Reference in a new issue