[borgbackup] Typo in borgmatic config
parent
79f30669b3
commit
31f4164adb
|
@ -38,7 +38,7 @@ storage:
|
|||
umask: 0077
|
||||
lock_wait: 5
|
||||
archive_name_format: '{hostname}-{now}'
|
||||
{% set extra_init = borg.extra_prune | default([]) %}
|
||||
{% set extra_init = borg.extra_init | default([]) %}
|
||||
{% set extra_prune = borg.extra_prune | default([]) %}
|
||||
{% set extra_create = borg.extra_create | default([]) %}
|
||||
{% set extra_check = borg.extra_check | default([]) %}
|
||||
|
|
Loading…
Reference in New Issue