Hi Leon, I misread your goal in first place, by default bareos daemon will only goes for one sub dir so bareos-dir.d/client/*.conf will work in your case. otherwise you can still place a configuration file with a call to @
On Monday 29 July 2024 at 12:19:06 UTC+2 Leon Bartle wrote: > For some reason, the google groups interface eats my message. :( > > Thanks for the tips! > > It works by creating a file with the > contents @/etc/bareos/bareos-dir.d/fileset/coes/*.conf and all filesets in > the coes folder are included. > > If I remove the file, it does not work, even though all files and folders > have bareos:bareos owner and 777 permissions for testing purposes. > > Maybe the globbing only works for clients, not filesets? Any idea why this > could be? > > Am Mi., 17. Juli 2024 um 17:27 Uhr schrieb Bruno Friedmann > (bruno-at-bareos) <[email protected]>: > >> besides the includes with the new layout there normally no needs as it is >> globbing everything under the daemon. >> >> so bareos-dir.d/clients/group*/*.conf should be picked by the director. >> take care of the owner and rights >> >> you should be able to check my assert by running the bareos-dir -u bareos >> -g bareos -t -d100 >> >> On Wednesday 17 July 2024 at 09:53:00 UTC+2 Spadajspadaj wrote: >> >>> >>> https://docs.bareos.org/Configuration/CustomizingTheConfiguration.html#includes >>> On 17.07.2024 08:35, Leon Bartle wrote: >>> >>> Heya! >>> >>> Is it possible to create subfolders in cofiguration? >>> So is >>> >>> - bareos-dir.d/clients/group1/client1.conf >>> - bareos-dir.d/clients/group1/client2.conf >>> - bareos-dir.d/clients/group2/client3.conf >>> >>> possible? Or does everything have to be in the "root" folder? >>> I wasn't able to find this in the documentation. >>> >>> Kind Regards! >>> >>> -- >>> 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 view this discussion on the web visit >>> https://groups.google.com/d/msgid/bareos-users/b95a885c-1d00-41cd-905f-fce4298f811an%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/bareos-users/b95a885c-1d00-41cd-905f-fce4298f811an%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> -- >> > You received this message because you are subscribed to a topic in the >> Google Groups "bareos-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/bareos-users/QHuyEaDvu1U/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/bareos-users/d419952f-64b8-4d25-990e-44a5defd881en%40googlegroups.com >> >> <https://groups.google.com/d/msgid/bareos-users/d419952f-64b8-4d25-990e-44a5defd881en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/996e3471-40f4-40ae-b5f5-966b226983c2n%40googlegroups.com.
