fix: borgmatic disable consistency check
parent
ed18ef7854
commit
b0e3952891
|
|
@ -13,8 +13,8 @@ glob_borg:
|
||||||
retention:
|
retention:
|
||||||
- ["daily", 4]
|
- ["daily", 4]
|
||||||
- ["monthly", 6]
|
- ["monthly", 6]
|
||||||
consistency_check:
|
skip_actions:
|
||||||
- disabled
|
- check
|
||||||
extra_init:
|
extra_init:
|
||||||
- make-parent-dirs
|
- make-parent-dirs
|
||||||
encryption_passphrase: "{{ vault.borg.encryption_passphrase }}"
|
encryption_passphrase: "{{ vault.borg.encryption_passphrase }}"
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,9 @@ retention:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
prefix: '{hostname}-'
|
prefix: '{hostname}-'
|
||||||
|
|
||||||
consistency:
|
skip_actions:
|
||||||
checks:
|
{% for action in borg.skip_actions %}
|
||||||
{% for check in borg.consistency_check %}
|
- {{ action }}
|
||||||
- {{ check }}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if borg.hooks | default([]) %}
|
{% if borg.hooks | default([]) %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue