Hi,
I would like to know if is possible to exclude multiple directories using regexp rather than create exclusions per directory. e.g.:
Current situation:I have to create a ignore rule per directory within www:
<ignore>/var/www/hosts01/tmp</ignore>
<ignore>/var/www/hosts02/tmp</ignore>
<ignore>/var/www/hosts03/tmp</ignore>
<ignore>/var/www/hosts04/tmp</ignore>
<ignore>/var/www/hosts05/tmp</ignore>
Due, my environment is dynamic, more hosts0* will exist,so, I'm wondering if something like:
<ignore type="sregex">/var/www/hosts0*/tmp</ignore>
is it possible to implement.
Thanks for your clarification.
Best,
DanielVS