Re: [bareos-users] Bareos Wild and Regex

2018-08-24 Thread Dakota Pilot
Forgot to include the regex and wild expressions. The regex that works with bregex is .*/cache2 and with bwild I can do */cache2/* Both match but when put in the Exclude options section - which exclude other directories and files just fine - the directories are still included. -- You

Re: [bareos-users] Bareos Wild and Regex

2018-08-24 Thread Dakota Pilot
I did some more testing and this RegEx works great in bregx on a test file which contains the directory path that I'm matching. C:/Users/Administrator/AppData/Local/Mozilla/Firefox/Profiles/44beavkz.default/cache2/entries/F8AC72083E334F70A553AE68455FBDF0E65C5221 I want to find /cache2 and if

Re: [bareos-users] Bareos Wild and Regex

2018-08-22 Thread Dakota Pilot
No luck. If I put a separate include with it's options Bareos still will not exclude the directory with a WildDir or RegExDir. Given that bregex and bwild work just fine I think there is something broken somewhere in my config but I have no idea where. Bareos just won't exclude that

Re: [bareos-users] Bareos Wild and Regex

2018-08-22 Thread Dakota Pilot
Interesting. I may split it into two includes with one having exclude = yes in it. I think it's Bareos acting wonky since bregex and bwild do the selections perfectly no matter what depth the directory is. So something must be happening when it gets parsed. I notice you put your Files =

Re: [bareos-users] Bareos Wild and Regex

2018-08-21 Thread richman10000...@gmail.com
hello! I do not know if this will help. but I use this configuration. I use 2 different include options. 1st enables compression and exclude compressed formats. 2nd disabled compressing, backups only compressed formats. I've spent a lot of time to figure out trick to speed up backing up files.

[bareos-users] Bareos Wild and Regex

2018-08-21 Thread Dakota Pilot
I've used wildcards and regex for years and thought I understood them until I encountered Bareos version of wildcards/regex!! Any help is appreciated since I've been banging my head on this wall for some time. I want to match a directory named cache2 under C:/users/ for all users and exclude