Ross Boylan wrote:
> I can explain the duplicate jobs, but not the primary problem of the
> commented out job being run.

Suggestion:  Rather than commenting out a job to disable it without
restarting, change its Schedule to a null schedule:

Schedule {
    Name = NEVER
}

Job {
    Name = foo
    Schedule = NEVER
    ...
}


THEN, after reloading, you can comment it out if you want.  Either that,
or comment it out and *restart*, not reload, Bacula.  If you just
comment it out and reload, the existing job definition remains in memory
as scheduled, because you aren't overwriting the definition with
anything different.


> Last night the clocks jumped back because of daylight savings time.
> My jobs are scheduled for 1:05am, and that happened twice.  This is a
> known problem, though the solution is unclear.  See bacula bug 153.

This is why I stopped scheduling jobs between 0100 and 0200.  I just
moved them from 0115 to 0215.

-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to