Re: [Bacula-users] baculum 11.0.5.7 problem with bvfs

2022-01-13 Thread Marcin Haba
Hello Saeed, Thanks for providing more details. Baculum does not support multiple catalogs with one Director. The selection that you can see: The defined Catalog resources are: 1: MyCatalog1 2: MyCatalog2 Baculum is not able to answer because it does not know what catalog to select. F

Re: [Bacula-users] Wich wildcard chars allowed

2022-01-13 Thread Martin Simmons
It is a shell-style pattern, so *, ? and [] work. The code is part of Bacula, so it not dependent on the OS. Note that [] is only for matching a single character, so 201[0-9] would match 2010-2019 but there is no way to make a match for 2010-2020. If you need to use a regex, then you can test it