Re: [Bacula-users] Bacula plugin for TrueNAS?

2021-06-30 Thread Russell Kackley
Dear Tomasz, Thank you for your reply to my question. I will attempt to use your strategy of building the Bacula File Daemon in a jail. On Tue, Jun 29, 2021 at 8:43 PM Tomasz Świderski wrote: > I solved this problem by compiling bacula-fd in jail. > > In new jail: > > $ pkg install wget > > $ c

Re: [Bacula-users] docker plugin configs

2021-06-30 Thread Radosław Korzeniewski
Hello, pon., 28 cze 2021 o 20:42 Elias Pereira napisał(a): > I read the paper regarding this topic and was able to solve it. > > If you want to include more containers, use the syntax below in the > fileset config: > > docker: include_container=container1 include_container=container2 ... > The