Bacula-users

Re: [Bacula-users] Question about schedules

2008-06-27 16:20:20
Subject: Re: [Bacula-users] Question about schedules
From: Brian Debelius <bdebelius AT intelesyscorp DOT com>
To: Mike <micholz AT web DOT de>
Date: Fri, 27 Jun 2008 16:20:12 -0400
Mike wrote:
> Hello,
>
> i am new with bacula. I have a question concerning schedules.
> I have 14 tapes. 7 tapes are intended for weeks with even weeknumbers
> and the other 7 tapes are intended for weeks with odd weeknumbers.
>
> I setup two pools to reflect my intention.
>
>
> Pool {
>   Name                  = even
>   Pool Type             = Backup
>   Recycle               = yes
>   AutoPrune             = yes
>   Volume Retention      = 7 days
>   Maximum Volumes       = 7
>   Maximum Volume Jobs   = 1
>   Volume Retention      = 14 days
>   Recycle Oldest Volume = yes
> }
>
>
> Pool {
>   Name                  = odd
>   Pool Type             = Backup
>   Recycle               = yes
>   AutoPrune             = yes
>   Volume Retention      = 7 days
>   Maximum Volumes       = 7
>   Maximum Volume Jobs   = 1
>   Volume Retention      = 14 days
>   Recycle Oldest Volume = yes
> }
>
> Now i need to have two schedules which take care about if the weeknumber
> is even or odd. I already read the documentation (Configuring the
> director) and uses google for a while but i could not find an answer.
>
> I have some difficulties to interprete/understand the pseudo-BNF.
> Is it possible what i want or is there one or may more ways to get this
> solved?
>
>
> Regards,
> Mike
>
>
>   
Maybe,

Schedule {
  Name="Even"
  Run=Level=Full Pool="Even" second mon at 0:00
  Run=Level=Full Pool="Even" fourth mon at 0:00
}
Schedule {
  Name="Odd"
  Run=Level=Full Pool="Odd" first mon 0:00
  Run=Level=Full Pool="Odd" third mon 0:00
  Run=Level=Full Pool="Odd" fifth mon 0:00
}



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users