mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-06-02 01:17:19 +02:00
add:
- borgmatic_timer_systemd: true readd: - borgmatic_cron_name: "borgmatic"
This commit is contained in:
parent
cda39e7314
commit
de797a3b48
@ -14,6 +14,8 @@ borg_retention_policy:
|
||||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
borg_version: false
|
||||
borgmatic_timer_systemd: true
|
||||
borgmatic_cron_name: "borgmatic"
|
||||
borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}"
|
||||
borgmatic_timer_minute: "{{ range(0, 59) | random(seed=inventory_hostname) }}"
|
||||
borgmatic_timer_day_of_the_week: "{{ ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] | random }}" # or ""
|
||||
|
Loading…
Reference in New Issue
Block a user