Re: [Bacula-devel] Autochanger resource in bacula-dir.conf

2018-06-29 Thread Josh Fisher
Thanks, Kern. I can confirm that the example config given in the src/dird/bacula-dir.conf.in file works as expected. I'll have a look at the documentation and attempt to test any new features, ie. features that differ from the Storage resource. I concur with the difficulty of using a small lap

Re: [Bacula-devel] Autochanger resource in bacula-dir.conf

2018-06-29 Thread Kern Sibbald
Hello Josh, It turns out that I did not forget to update the newfeatures section at least not for 9.0.  That said, it appears that long ago, I backported some Bacula Enterprise Autochanger features that I added to improve operations with multiple autochangers.  The documentation for this was

Re: [Bacula-devel] Autochanger resource in bacula-dir.conf

2018-06-29 Thread Kern Sibbald
Hello Josh, Yes, I suspect that I forgot to update the what's new section to include the new Autochanger resource.  For the most part it is identical to the Storage resource, but it has some additional features.  I will try to update the documentation this weekend and announce it on this list.

[Bacula-devel] Autochanger resource in bacula-dir.conf

2018-06-28 Thread Josh Fisher
Hi, In install on 9.0.8 I noticed that the bacula-dir.conf generated contains a "Autochanger" resource. The src/dird/bacula-dir.conf.in file contains an Autochanger resource beginning at line 200. The documentation does not mention a resource type Autochanger for bacula-dir configuration. Nev