You've already forked proxmox-backup
update include / exclude vars name for better understanding
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
{% for item in backup_path %}
|
||||
{% if item.exclude }}{{ item.exclude }}{% endif %}
|
||||
{% for item in backup_path_exclude %}
|
||||
{{ item.value }}
|
||||
{% endfor %}
|
||||
{% for item in backup_path %}
|
||||
!{{ item.value }}
|
||||
{% for item in backup_path_include %}
|
||||
!{{ item.path }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user