8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
/*
|
||
|
{% for item in backup_path %}
|
||
|
{% if item.exclude }}{{ item.exclude }}{% endif %}
|
||
|
{% endfor %}
|
||
|
{% for item in backup_path %}
|
||
|
!{{ item.value }}
|
||
|
{% endfor %}
|