Hello, Richard White wrote:
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
^^^^^^^^^^^^^^^^^^^^ is this a typo or in the config?
fileSet = "GIS" Schedule = "WeeklyCycle" Messages = Standard Pool = Default Priority = 10 } .
Why don't you define one job per client / fileset? Only then can bacula base the differential backups on the (presumably) referred full backups.
. # 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
Because it only shows the jobs scheduled for the next 24 hours.
I would have thought that my weekend backup would also show as having been scheduled.
It will become scheduled in time, I assume. Arno
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
-- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------- 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_id=7477&alloc_id=16492&op=click _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users