upgrade brain_backup script to handle include & exclude

This commit is contained in:
Ludovic Cartier
2024-12-16 16:37:20 +01:00
parent 888b155015
commit a0fb7ff4bb
2 changed files with 18 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
/*
{% for item in backup_path %}
{% if item.exclude }}{{ item.exclude }}{% endif %}
{% endfor %}
{% for item in backup_path %}
!{{ item.value }}
{% endfor %}