Bacula-users

[Bacula-users] weird time when bacula starts the jobs

2008-09-10 02:28:08
Subject: [Bacula-users] weird time when bacula starts the jobs
From: "Bartosz.c" <bartosz.c AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 9 Sep 2008 23:28:03 -0700 (PDT)
Hi,

I have a problem with setting the time when bacula starts the jobs,
my bacula-dir.conf file: 
//... schedules in bacula-dir.conf file
Schedule {
  Name = "Weeks"
  Run = Full sun at 1:05
  Run = Incremental mon-sat at 1:05
}

Schedule {
  Name = "FullDay"
  Run = Full at 2:05
}

Schedule {
  Name = "Monthly"
  Run = Full 1st at 4:10
}
//end of schedules

but almoust of jobs start at random time sometimes closer to time from
schedule sometimes not, 
the most crazy is monthly schedule cause job is perform every day? 
why the hell?:

I have approximately 25 jobs and they start at really weird hours
below is listing of some of jobs and times, 

Job {
  Name = "wro_fb_codz"
  Client = max-fd
  Storage = backup1-main
  Pool = wro_fb_codz
  Level = Full
  Type = Backup
  FileSet="Firebird"
  Schedule = "FullDay"
  RunBeforeJob = "/etc/bacula/scripts/make_firebird_backup"
  RunAfterJob  = "/etc/bacula/scripts/delete_firebird_backup"
  Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr"
  Priority = 10
  Messages = Standard
}
JobID   Date                    Elapsed         Level   Bytes
974     2008-08-20 02:05:02     00:06:57        F               
1084    2008-08-27 02:36:23     00:09:49        F               
1174    2008-09-01 18:16:55     00:00:35        F       374.19 MB       
1194    2008-09-02 16:28:31     00:00:37        F       374.74 MB       
1214    2008-09-03 16:24:14     00:00:35        F       375.14 MB       
1234    2008-09-04 17:28:41     00:00:35        F       377.39 MB       
1254    2008-09-05 16:42:29     00:00:37        F       378.06 MB       
1294    2008-09-07 11:10:53     00:00:38        F       378.06 MB       
1322    2008-09-08 09:24:34     00:00:36        F       378.06 MB       

Job {
  Name = "wro_fb_tyg"
  Client = max-fd
  Storage = backup1-main
  Pool = wro_fb_tyg
  Level = Full
  Type = Backup
  FileSet="Firebird"
  Schedule = "PelnyTyg_new"
  RunBeforeJob = "/etc/bacula/scripts/make_firebird_backup"
  RunAfterJob  = "/etc/bacula/scripts/delete_firebird_backup"
  Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr"
  Priority = 10
  Messages = Standard
}
JobID   Date                    Elapsed         Level   Bytes  
1082    2008-08-27 02:10:31     00:10:03        I               
1192    2008-09-02 01:38:04     00:00:01        I               
1212    2008-09-03 01:25:28     00:00:01        I               
1232    2008-09-04 01:24:54     00:00:02        I               
1252    2008-09-05 01:25:08     00:00:01        I               
1272    2008-09-06 01:23:33     00:00:01        I               
1292    2008-09-07 10:54:42     00:01:13        F       15.46 MB        
1320    2008-09-08 01:27:47     00:00:01        I               

Job {
  Name = "waw_mssql_sym_mies"
  Client = server_x
  Storage = backup1-main
  Pool = waw_mssql_sym_mies
  Level = Full
  Type = Backup
  FileSet="MSSQL"
  Schedule = "Monthly"
  Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr"
  Priority = 10
  Messages = Standard
}
JobID   Date                    Elapsed         Level   Bytes   
1181    2008-09-01 18:57:48     00:14:42        F       192.68 MB       
1201    2008-09-02 17:10:06     00:15:14        F       193.14 MB       
1221    2008-09-03 17:06:05     00:15:40        F       193.52 MB       
1241    2008-09-04 18:09:36     00:14:58        F       193.70 MB       
1261    2008-09-05 17:26:06     00:15:03        F       193.83 MB       
1308    2008-09-07 04:10:06     00:16:30        F       194.12 MB       


any suggestions?
B.
-- 
View this message in context: 
http://www.nabble.com/weird-time-when-bacula-starts-the-jobs-tp19391365p19391365.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] weird time when bacula starts the jobs, Bartosz.c <=