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
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