From 24e49411c15d5d656a44874b0dfb3576c0e3b55b Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Tue, 24 Dec 2024 09:36:16 +0100 Subject: [PATCH] extra } --- templates/brain_backup.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/brain_backup.j2 b/templates/brain_backup.j2 index 4c6af77..9b6c886 100644 --- a/templates/brain_backup.j2 +++ b/templates/brain_backup.j2 @@ -86,7 +86,7 @@ find $backup_dir -type d -ctime +$backup_retention -exec rm -rf {} \; ## send to PBS ## /usr/bin/proxmox-backup-client backup slash.pxar:/ \ {% for item in backup_path_include %} -{% if item.fs_mount }}--include-dev {{ item.path }} \{% endif %} +{% if item.fs_mount }--include-dev {{ item.path }} \{% endif %} {% endfor %} {% if backup_pgsql_enabled %} postgresql.pxar:$backup_dir/$today/postgresql \