2024-12-16 16:37:20 +01:00
|
|
|
/*
|
2024-12-16 17:09:34 +01:00
|
|
|
{% for item in backup_path_exclude %}
|
|
|
|
{{ item.value }}
|
2024-12-16 16:37:20 +01:00
|
|
|
{% endfor %}
|
2024-12-16 17:09:34 +01:00
|
|
|
{% for item in backup_path_include %}
|
|
|
|
!{{ item.path }}
|
2024-12-16 16:37:20 +01:00
|
|
|
{% endfor %}
|