proxmox-backup/templates/pxarexclude.j2

8 lines
139 B
Django/Jinja

/*
{% for item in backup_path_exclude %}
{{ item.value }}
{% endfor %}
{% for item in backup_path_include %}
!{{ item.path }}
{% endfor %}