Hello, we are on Bareos 19.2.6.
I am trying to move clients into their separate directory. For whatever reason , the config is not respecting the setup. What I am missing. Below is my setting.
/storage/bareos/clients/$clientname
I have in bareos-sd.d/device/beta04.conf
Device {
Name = beta4Storage
Media Type = File
Archive Device = /storage/bareos/clients/beta4
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Description = "beta4 storage test"
}
But the file is showing up under /storage/bareos/beta4-0058
When its supposed to be under
/storage/bareos/clients/beta4/beta4-0058
What am I missing in the config?