Re: filestorage :: some misconfiguration
Marcin Haba <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Message-ID | <CAOqQBvMndcc6CJ6QS3tpvJb8gfxKjGrsu2FJKfGBj4xHbkavWQ@mail.gmail.com> |
Hello Stefan, On Mon, 18 Aug 2025 at 16:40, Stefan G. Weichinger via Bacula-users <[email protected]> wrote: > > > Storage { > Name = "filestorage" > Description = "local storage on tx100:/mnt/tera/bacula" > SdPort = 9103 > Address = "tx100.loc.oops.co.at" > Password = "_swXHSgGz6DhqHOxS2PlmbAJks_LY6Gg0" > Device = "filestorage" > MediaType = "File1" > Autochanger = "filestorage" > MaximumConcurrentJobs = 50 Here you have the wrong setting because it does not define autochanger storage type. I would propose to set it as follows: Storage { Name = "filestorage" Description = "local storage on tx100:/mnt/tera/bacula" SdPort = 9103 Address = "tx100.loc.oops.co.at" Password = "_swXHSgGz6DhqHOxS2PlmbAJks_LY6Gg0" Device = "file_changer" MediaType = "File1" Autochanger = "yes" MaximumConcurrentJobs = 50 } Best regards, Marcin Haba (gani)