fix: update audit backup path to use today's date variable

This commit is contained in:
Ludovic Cartier
2026-05-17 11:42:36 +02:00
parent 6160eb16bb
commit 32472b6447
+1 -1
View File
@@ -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 }} \