I see that Bacula 3.0 has a duplicate job control feature. Perhaps I need to upgrade to 3.0 and use this feature. However I believe I have something else wrong in my configuration. I need to read up on the configuration options more. Perhaps there is some setting that I have missed.
Anyone else have experience with large jobs. I have an overland neo 2000 with two, lto 3 tape drives installed. Randall Svancara Systems Administrator/DBA/Developer Main Bioinformatics Laboratory ----- Original Message ----- From: [email protected] To: "bacula-users" <[email protected]> Sent: Thursday, July 2, 2009 7:51:27 AM GMT -08:00 US/Canada Pacific Subject: [Bacula-users] Jobs Keep Restarting I have some large backup jobs that run once per month. I have noticed with the jobs start, the seem to create more instances of themselves. For example I have a job named "Utility Coraid Monthly Snapshot Misc" with the ID of 906 . This job started on 2009-07-01 08:27:15 and has been running for over 24 hours. The same job is schedule to run again (Not by me, at least I dont think so) with the job id of 919. What gives here, I only want this job to run once, not keep rescheduling itself. I am running bacula 2.4.2, which is what comes with Ubuntu 8.10. Below is the output for "list jobs" command in bconsole: 902 | Utility Coraid Monthly Snapshot Mainlab Dirs | 2009-07-01 01:01:41 | B | F | 0 | 0 | R | | 903 | Utility Coraid Daily Incremental Mainlab Dirs | 2009-07-01 01:01:41 | B | I | 1,704 | 6,317,219 | T | | 904 | Utility Coraid Montly Snapstop Web Development Dirs | 2009-07-01 01:08:39 | B | F | 0 | 0 | A | | 905 | Utility Coraid Daily Incremental Web Development Dirs | 2009-07-01 06:58:10 | B | I | 4 | 125,196,597 | T | | 906 | Utility Coraid Monthly Snapshot Misc | 2009-07-01 08:27:15 | B | F | 0 | 0 | R | | 907 | Utility Coraid Daily Increment Misc | | B | I | 0 | 0 | C | | 908 | Mlfs1 xsrv155 Monthly Snapshots | | B | F | 0 | 0 | C | | 909 | Mlfs1 xsrv155 Daily Incremental | | B | I | 0 | 0 | C | | 910 | mldb2 Daily Data Backup | | B | I | 0 | 0 | C | | 911 | mldb2 Data Monthly Snapshot Backup | | B | F | 0 | 0 | C | | 912 | mldb4 Data Monthly Snapshot Backup | | B | F | 0 | 0 | C | | 913 | mldb4 Daily Data Backup | | B | I | 0 | 0 | C | | 914 | Utility Coraid Montly Snapstop Web Development Dirs | | B | F | 0 | 0 | C | | 915 | Utility Coraid Monthly Snapshot Mainlab Dirs | | B | F | 0 | 0 | C | | 916 | Utility Coraid Daily Incremental Mainlab Dirs | | B | I | 0 | 0 | C | | 917 | Utility Coraid Montly Snapstop Web Development Dirs | | B | F | 0 | 0 | C | | 918 | Utility Coraid Daily Incremental Web Development Dirs | | B | I | 0 | 0 | C | | 919 | Utility Coraid Monthly Snapshot Misc | | B | F | 0 | 0 | C | | 920 | Utility Coraid Daily Increment Misc | | B | I | 0 | 0 | C | | 921 | Mlfs1 xsrv155 Monthly Snapshots | | B | F | 0 | 0 | C | | 922 | Mlfs1 xsrv155 Daily Incremental | | B | I | 0 | 0 | C | | 923 | mldb2 Daily Data Backup | | B | I | 0 | 0 | C | | 924 | mldb2 Data Monthly Snapshot Backup | | B | F | 0 | 0 | C | | 925 | mldb4 Data Monthly Snapshot Backup | | B | F | 0 | 0 | C | | 926 | mldb4 Daily Data Backup | | B | I | 0 | 0 | C | Job Definition: # Misc data directories monthly snapshots. This is an offsite archive snapshot # This job should only occur once per month Job { Name = "Utility Coraid Monthly Snapshot Misc" JobDefs = "DataMonthly" Enabled = yes FileSet = "Utility-Coraid-Misc" Write Bootstrap = "/var/lib/bacula/Utility-CoRaid-Backup_misc.bsr" Client = "utility-fd" } # Generic job definitions for Data JobDefs { Name = "DataMonthly" Type = Backup Level = Full Schedule = "MonthlyFullDataSchedule" Storage = "Overland Neo2000" Messages = Standard Pool = Monthly-Snapshots Priority = 10 Prefer Mounted Volumes = no SpoolData = yes Maximum Concurrent Jobs = 4 } # Run once per month Schedule { name = "MonthlyFullDataSchedule" Run = Level = Full 1st at 1:00 } Randall Svancara Systems Administrator/DBA/Developer Main Bioinformatics Laboratory ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
