From 31f4164adb52c22e3e70ef562921eef05ed9b95b Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Sun, 6 Dec 2020 00:03:39 +0100 Subject: [PATCH] [borgbackup] Typo in borgmatic config --- roles/borgbackup-client/templates/borgmatic/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 b/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 index dcd1b36b..94750a2c 100644 --- a/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 +++ b/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 @@ -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([]) %}