proxmox-backup/templates/pxarexclude.j2

8 lines
139 B
Plaintext
Raw Normal View History

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