From 32472b6447b7fa34d2acd644cfe6f976fe78bfbd Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Sun, 17 May 2026 11:42:36 +0200 Subject: [PATCH] fix: update audit backup path to use today's date variable --- 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 fd3b56b..6064f03 100644 --- a/templates/brain_backup.j2 +++ b/templates/brain_backup.j2 @@ -110,7 +110,7 @@ find $backup_dir -type d -ctime +$backup_local_retention -exec rm -rf {} \; {% endfor %} {% endif %} etc.pxar:/etc \ -audit.pxar:$backup_dir/today/audit \ +audit.pxar:$backup_dir/$today/audit \ {% if backup_path_include is defined %} {% for item in backup_path_include %} {{ item | regex_replace('^/', '') | replace('/', '_') }}.pxar:{{ item }} \