11.01.2008 13:11:28, Arno Lehmann wrote:

> Show job=... might reveal it.
> 
> Other than that, I can only tell you that these values are not stored 
> in the catalog, as far as I know. My job changes show up immediately 
> after a 'reload'. But I haven't worked with the delay settings much...

I know that.  But where's the MaxStartDelay in it?  The only large number
there is 3,600, I think this is the time span for rescheduling the job.

*show job=Catalog
Job: name=Catalog JobType=66 level=Full Priority=13 Enabled=1
     MaxJobs=1 Resched=1 Times=1 Interval=3,600 Spool=1 WritePartAfterJob=0
  --> Client: name=XXXXXXXX-fd address=XXXXXXXXXXXXX FDport=9102 MaxJobs=8
      JobRetention=2 years  FileRetention=2 years  AutoPrune=1
  --> Catalog: name=MySQL address=*None* DBport=0 db_name=bacula
      db_user=bacula MutliDBConn=0
  --> FileSet: name=Catalog
      O M
      N
      I /var/services/Dump/mysql/bacula.sql
      N
  --> Schedule: name=Catalog
  --> Run Level=Full
      hour=23 
      mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 
26 27 28 29 30 
      month=0 1 2 3 4 5 6 7 8 9 10 11 
      wday=0 1 2 3 4 5 6 
      wom=0 1 2 3 4 
      woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 
52 53 
      mins=15
  --> RunBefore=/usr/local/share/bacula/scripts/make_catalog_backup bacula 
bacula XXXXXXXXXXXXX
  --> RunAfter=/usr/local/share/bacula/scripts/delete_catalog_backup bacula
  --> WriteBootstrap=/var/services/bacula/work/bootstraps/Catalog.bsr
[SNIP]
/* the rest of the record corresponds to Storage, Pool etc. settings */


This is the Job record in bacula-dir.conf:

Job {
        Name = "Catalog"
        Client = "XXXXXXXX-fd"
        Type = Backup
        Level = Full
        Messages = "Standard"
        Schedule = "Catalog"
        FileSet = "Catalog"
        Storage = "Tape1" 
        Pool = "Test"
        MaximumConcurrentJobs = 1
        MaxStartDelay = 6 hours ###### was 1 hour before the change
        MaxRunTime = 6 hours
        MaxWaitTime = 1 hour
        PruneJobs = no
        PruneFiles = no
        PruneVolumes = no
        RerunFailedLevels = no 
        RescheduleOnError = yes
        RescheduleInterval = 1 hour
        RescheduleTimes = 1
        SpoolData = yes
        SpoolAttributes = no
        Priority = 13
        WriteBootstrap = "/var/services/bacula/work/bootstraps/Catalog.bsr"
        RunBeforeJob = "/usr/local/share/bacula/scripts/make_catalog_backup 
bacula bacula XXXXXXXXXXXXXXX"
        RunAfterJob  = "/usr/local/share/bacula/scripts/delete_catalog_backup 
bacula"
}


Best,

        Robert

----------------------------------------------------------------
+++    German Research Center for Artificial Intelligence    +++
+++       I N F R A  -  S T R U C T U R E  -  G R O U P      +++
----------------------------------------------------------------
DFKI GmbH,ISG,Campus D32,Stuhlsatzenhausweg 3,66123 Saarbruecken
@office: +49-681-302-5572,-5514,-5078 @telefax: +49-681-302-5020
mailto:isg-sb(at)dfki.de     Germany     http://www.dfki.de/web/
----------------------------------------------------------------




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to