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:
Michael Grote 2022-02-21 16:53:34 +01:00
parent 16ebb0324e
commit a5da14cae4

View file

@ -19,7 +19,7 @@
**/**AppData***/** **/**AppData***/**
restic_mount_timeout: "10 min" restic_mount_timeout: "10 min"
restic_failure_delay: "30 s" 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_folders_to_backup: "/usr/local /etc /root /var/www /home"
restic_repository: "//fileserver2.grote.lan/restic" restic_repository: "//fileserver2.grote.lan/restic"
restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}" restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"