Skip to content
Snippets Groups Projects
Commit 16615c8d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: include multiple backup directories using Jinja2 loop

parent 4261afd7
No related branches found
No related tags found
No related merge requests found
Pipeline #2693 passed
...@@ -23,7 +23,11 @@ Servername {{ servername }} ...@@ -23,7 +23,11 @@ Servername {{ servername }}
passwordaccess {{ passwordaccess }} passwordaccess {{ passwordaccess }}
managedservices {{ managedservices }} managedservices {{ managedservices }}
* "Domain" cannot be an arbitrary path, it needs to be the root directory of a file system!
Domain {{ domain }} Domain {{ domain }}
{% for dir in includedirs %}
include {{ dir }}
{% endfor %}
exclude.fs /dev/shm exclude.fs /dev/shm
exclude.dir /dev exclude.dir /dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment