proxmox-backup/templates/pxarexclude.j2

8 lines
158 B
Django/Jinja

/*
{% for item in backup_path %}
{% if item.exclude }}{{ item.exclude }}{% endif %}
{% endfor %}
{% for item in backup_path %}
!{{ item.value }}
{% endfor %}