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

Re: [Bacula-users] docker plugin configs

2021-06-28 Thread Elias Pereira
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 ... On Mon, Jun 28, 2021 at 3:15 PM Elias Pereira wrote: > hello, > > I am setti

[Bacula-users] docker plugin configs

2021-06-28 Thread Elias Pereira
hello, I am setting up container backup and would like to know how I can do the configuration like the example command below or do I need to put each container in a plugin directive separately? docker: include_container=container1,container2,container3 -- Elias Pereira __