Bacula-users

Re: [Bacula-users] Schedule question

2009-10-05 03:33:01
Subject: Re: [Bacula-users] Schedule question
From: Christian Gaul <christian.gaul AT otop DOT de>
Date: Mon, 05 Oct 2009 09:28:37 +0200
Jeff Palmer schrieb:
> Schedule {
>   Name = "MonthlyCycle"
>   Run = Full on 1 at 21:05
>   Run = Differential on fri at 23:05
>   Run = Incremental sat-thu at 23:05
> }
>   
Bacula schedules are not exclusive, if you define a Full on the 1st and
a Differential on fridays, then you will get a Full scheduled on firday
the first at 21:05 and a differential at 23:05. In other words, it does
what you tell it to do.

If you want a Schedule like that, i would reread the schedule section, i
think it has a couple of good examples, i believe you can schedule
things on the "first friday" and such. You could also try the new
options for only scheduling one job at a time (which dont quite work
right for me so far) in order to cancel the second scheduled job (your
Diff) if your first (your Full) is already scheduled.

I think your answer would be in

http://bacula.org/en/rel-manual/Configuring_Director.html#SECTION001450000000000000000

and

http://www.bacula.org/en/dev-manual/New_Features.html#SECTION003103000000000000000

or scripting your own solution to check for a running Full via a
RunBefore script.



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
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>