[Bacula-users] [Bacula-users sql-querries for documentation

2011-09-27 Thread Joris Heinrich
Hello, my current job is the documentation of our bacula-installation. Are there any useful sql commands like this: select client or select schedule ? Thanks for your help Greetings JHN -- All the data continu

[Bacula-users] Maximum Concurrent Jobs exceeded on the FD

2011-08-16 Thread Joris Heinrich
Hallo List, in our company we use 2. directors with the same jobdefinitions. one is responsible for the on site backup and the other one for the off site backup. All file daemons are configured with Maximum Concurrent Jobs = 1. This is necessary because concurrent jobs will copy the same fil

Re: [Bacula-users] Python Startup Script

2011-07-15 Thread Joris Heinrich
def close(self): 121 self.fd.close() 122 but i get this error if i start the next job... 15-Jul 22:07 stf-bac1-dir JobId 304487: Traceback (most recent call last): 15-Jul 22:07 stf-bac1-dir JobId 304487: File "/etc/bacula/scripts/DirStartUp.py", line 71, in JobInit

[Bacula-users] Python Startup Script

2011-07-14 Thread Joris Heinrich
Hello All, I m looking for examples about phyton startup scripts... My issue is, that i will change the priority of jobs to the starting time. the script should look for an fullbackup-job and if this job exists and run... all other jobs should get an higher priority. If this job not running,

Re: [Bacula-users] Second Instance of Bacula Direcktor

2011-06-08 Thread Joris Heinrich
Hello Martin, thanks for your help... i will try this.. Best regards JHN Am 08.06.11 13:57, schrieb Martin Simmons: >>>>>> On Wed, 08 Jun 2011 11:02:47 +0200, Joris Heinrich said: >> It is possible to install an second director on the same machine? > Yes -- use

[Bacula-users] Second Instance of Bacula Direcktor

2011-06-08 Thread Joris Heinrich
Hello list, in our environment, we have on-site and off-site backups running. Now we are planning to migrate all off-site backups to an second instance of bacula-director. It is possible to install an second director on the same machine? Can this instance use the same mysql-database, or i have to

Re: [Bacula-users] Priority of Jobdefinition

2011-05-27 Thread Joris Heinrich
Should i > use this entry in the job specification it self? > > Am 27.05.11 20:40, schrieb Radosław Korzeniewski: >> Hello all, >> >> 2011/5/27 Graham Keeling > <mailto:gra...@equiinet.com>> >> >> On Fri, May 27, 2011 at 05:37:42PM +0200, Joris Hei

Re: [Bacula-users] Priority of Jobdefinition

2011-05-27 Thread Joris Heinrich
i, May 27, 2011 at 05:37:42PM +0200, Joris Heinrich wrote: > > no one have an idea? > > I think I wanted to do something similar. > That is, have different Runs in a Schedule go at different priority. > I asked the question on this list and got no replies. >

Re: [Bacula-users] Priority of Jobdefinition

2011-05-27 Thread Joris Heinrich
no one have an idea? best regards JHN > Hello List, > > i have following configuration of an backup job: > > Job { > Name= stf-imap1-imap1-mailsystem > Client = stf-imap1 > JobDefs = s1_mon_sat_s2_sun_2 > Schedule= imap > Fi

[Bacula-users] Priority of Jobdefinition

2011-05-27 Thread Joris Heinrich
Hello List, i have following configuration of an backup job: Job { Name= stf-imap1-imap1-mailsystem Client = stf-imap1 JobDefs = s1_mon_sat_s2_sun_2 Schedule= imap FileSet = imap1-mailsystem Priority

[Bacula-users] bacula size calculator?

2011-05-25 Thread Joris Heinrich
Sorry false supject Am 26.05.11 00:21, schrieb Joris Heinrich: > Hello list, > > im planing currently an backup strategy for our company, i have daily > full backups from many sql machines. these backups should saved in > different pools: > > pool1 daily backup > > poo

Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-25 Thread Joris Heinrich
Hello list, im planing currently an backup strategy for our company, i have daily full backups from many sql machines. these backups should saved in different pools: pool1 daily backup pool2 14 days pool 3 1jahr... Now my question: exist there an tool which can help to calculate my pools and s

Re: [Bacula-users] error message in runbefore job

2011-05-04 Thread Joris Heinrich
Am 04.05.11 20:33, schrieb Jérôme Blion: > Le 04/05/2011 14:40, Konstantin Khomoutov a écrit : >> On Wed, 04 May 2011 13:23:55 +0200 >> Joris Heinrich wrote >>> i run an job with an mysql backup and an ClientRunBeforeJob like this >>> example

[Bacula-users] error message in runbefore job

2011-05-04 Thread Joris Heinrich
Hallo All, i run an job with an mysql backup and an ClientRunBeforeJob like this example: Job { Name= test-client Client = tool-client JobDefs = dbdump FileSet = db ClientRunBeforeJob = "/etc/bacula/scripts/manage_mysql_ba