You've already forked proxmox-backup
fix: update audit backup path to use today's date variable
This commit is contained in:
@@ -110,7 +110,7 @@ find $backup_dir -type d -ctime +$backup_local_retention -exec rm -rf {} \;
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
etc.pxar:/etc \
|
etc.pxar:/etc \
|
||||||
audit.pxar:$backup_dir/today/audit \
|
audit.pxar:$backup_dir/$today/audit \
|
||||||
{% if backup_path_include is defined %}
|
{% if backup_path_include is defined %}
|
||||||
{% for item in backup_path_include %}
|
{% for item in backup_path_include %}
|
||||||
{{ item | regex_replace('^/', '') | replace('/', '_') }}.pxar:{{ item }} \
|
{{ item | regex_replace('^/', '') | replace('/', '_') }}.pxar:{{ item }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user