Oleksii Shkurupii <[email protected]> writes: > Please consider the following example. I have another 20 with same problem. > > RegexDir = "^/var/www/vhosts/[a-z0-9._-]*/[tmp|logs]"
this matches any directory which starts with one of the characters t, m, p, | , l, o, g or s. (you want to use (), not []) -- Kjetil T. Homme Redpill Linpro AS - Changing the game -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
