Re: [Bacula-users] Job running Jobs

2011-02-25 Thread João Alberto Kuchnier
John, I used your admin script solution! It worked for me! Sharing my script: #!/bin/bash bconsole END_OF_DATA @output /dev/null messages @output /tmp/Job1.txt run job=Job1 yes wait messages @output /tmp/Job2.txt run job=Job2 yes wait messages ... @output quit END_OF_DATA I created a new conf

[Bacula-users] Job running Jobs

2011-02-24 Thread João Alberto Kuchnier
Hi everyone! I need some help to enable a new backup procedure here. Every month, I have to store a backup tape externally with data from all my 30 servers. Today, I would have to manually run each backup without scheduling. Is there any way to create a work that runs several other jobs

Re: [Bacula-users] Job running Jobs

2011-02-24 Thread John Drescher
2011/2/24 João Alberto Kuchnier joao.kuchn...@dataprom.com: Hi everyone! I need some help to enable a new backup procedure here. Every month, I have to store a backup tape externally with data from all my 30 servers. Today, I would have to manually run each backup without scheduling. Is

Re: [Bacula-users] Job running Jobs

2011-02-24 Thread Francisco Javier Funes Nieto
Maybe with COPY JOBS? http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_3_0_0.html#SECTION0082 2011/2/24 João Alberto Kuchnier joao.kuchn...@dataprom.com: Hi everyone! I need some help to enable a new backup procedure here. Every month, I have to store a