My bacula-dir.conf, in pertinent part, looks like this: JobDefs { Name = "GIS_Daily" Type = Backup Level = Differential Cleint = GIS2-fd fileSet = "GIS" Schedule = "DailyCycle" Messages = Standard Pool = Default Priority = 10 }
JobDefs { Name = "GIS_Weekly" Type = Backup Level = Full Cleint = GIS2-fd fileSet = "GIS" Schedule = "WeeklyCycle" Messages = Standard Pool = Default Priority = 10 } . . . # Backup GIS2 Daily Job { Name = "GIS_Diff" JobDefs = "GIS_Daily" RunBeforeJob = "/root/bacula/bin/make_catalog_backup bacula bacula" RunAfterJob = "/root/bacula/bin/delete_catalog_backup" Write Bootstrap = "/root/bacula/bin/working/BackupCatalog.bsr" } # Backup GIS2 Weekly Job { Name = "GIS_Full" JobDefs = "GIS_Weekly" RunBeforeJob = "/root/bacula/bin/make_catalog_backup bacula bacula" RunAfterJob = "/root/bacula/bin/delete_catalog_backup" Write Bootstrap = "/root/bacula/bin/working/BackupCatalog.bsr" } . . . Schedule { Name = "DailyCycle" Run = Differential mon-thu at 20:00 } Schedule { Name = "WeeklyCycle" Run = Ful 1st-5th sat at 17:00 } So why does bconsole|status dir show only this?: Scheduled Jobs: Level Type Pri Scheduled Name Volume ======================================== Differential Backup 10 22-Jun-05 20:00 GIS_Diff Test1 I would have thought that my weekend backup would also show as having been scheduled. Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users