Bacula-users

Re: [Bacula-users] schedule issue

2009-01-12 05:21:14
Subject: Re: [Bacula-users] schedule issue
From: Graham Keeling <graham AT equiinet DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 12 Jan 2009 10:19:18 +0000
On Mon, Jan 12, 2009 at 11:04:49AM +0100, Carlo Maesen wrote:
> Can someone explain the following:
> (bacula 2.4.3 on Centos 5.2)
> 
> Schedule {
>   Name = aca-windows-cycle
>   Run = Level=Differential Pool=aca tue-fri at 00:01
>   Run = Level=Full Pool=aca-week 1st-4th sat at 00:01
>   Run = Level=Full Pool=aca-month 5th sat at 00:01
> }

I don't really understand the problem, but one thing I noticed is that there
are not always five Saturdays in a month. For example, the end of 2008 looked
like this:

      October               November              December      
Su Mo Tu We Th Fr Sa  Su Mo Tu We Th Fr Sa  Su Mo Tu We Th Fr Sa
          1  2  3  4                     1      1  2  3  4  5  6
 5  6  7  8  9 10 11   2  3  4  5  6  7  8   7  8  9 10 11 12 13
12 13 14 15 16 17 18   9 10 11 12 13 14 15  14 15 16 17 18 19 20
19 20 21 22 23 24 25  16 17 18 19 20 21 22  21 22 23 24 25 26 27
26 27 28 29 30 31     23 24 25 26 27 28 29  28 29 30 31         

So, October and December had four Saturdays each, and November had five.
Perhaps your Schedule should be something like this..?

Schedule {
  Name = aca-windows-cycle
  Run = Level=Differential Pool=aca tue-fri at 00:01
  Run = Level=Full Pool=aca-week 2nd-5th sat at 00:01
  Run = Level=Full Pool=aca-month 1st sat at 00:01
}


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
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>