Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Bram Vandoren
te Job Control. Correct? > > thanks! > Stephen > > > Silver Salonen wrote: >> On Monday 14 September 2009 15:59:24 Bram Vandoren wrote: >>> Hi All, >>> >>> Silver Salonen wrote: >>>> Hmm, I guess not then. But it has been reported

[Bacula-users] example python script: limiting number of concurrent full backups

2009-09-14 Thread Bram Vandoren
Hi All, We wanted to limit the number of concurrent full backups. It's not possible to configure it in the configuration file without affecting the number of concurrent incremental backups. I created a small Python script to downgrade Full backups to Incremental if more than 2 Full backups are runn

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-14 Thread Bram Vandoren
Hi All, Silver Salonen wrote: > Hmm, I guess not then. But it has been reported several times in the list. > So, > any volunteers? :) This configuration: Allow Higher Duplicates = no Cancel Queued Duplicates = yes Seems to work fine in my situation (some more testing is needed). It cancels

Re: [Bacula-users] Spooling while Despooling?

2009-08-11 Thread Bram Vandoren
Hi Fabio, Fabio Xarax wrote: > I noticed that while a job is despooling no data are spooled from the > client until despooling end. Is that right? Yes. > is there the possibility to let job despooling & spool data? In the > manual I found nothing on it No afaik it's not possible. If you ha

[Bacula-users] duplicate job control

2009-07-31 Thread Bram Vandoren
} return true; } Apparently "Cancel Queued Duplicates" and "Cancel Running Duplicates" are only evaluated when "Allow Higher Duplicates" is set to "no" - not default. Is this an error in the documentation, code or me not

[Bacula-users] Total Automation of Bacula Tape Handling

2007-05-08 Thread Bram Vandoren
Hi, We are using Bacula in our organisation. (Single tapedrive/no autochanger) I am currently changing the tapes myself but want to give other (non IT) persons also the possibility to do this job. When they receive an email they should insert a new tape and bacula has to continue with the job.