Bacula-users

Re: [Bacula-users] two-weekly schedule

2008-07-23 12:08:23
Subject: Re: [Bacula-users] two-weekly schedule
From: "T. Horsnell" <tsh AT mrc-lmb.cam.ac DOT uk>
To: John Drescher <drescherjm AT gmail DOT com>
Date: Wed, 23 Jul 2008 17:19:50 +0100
John Drescher wrote:
> On Wed, Jul 23, 2008 at 9:58 AM, T. Horsnell <tsh AT mrc-lmb.cam.ac DOT uk> 
> wrote:
> 
>>I would like to schedule a full backup to run every other Sunday, and
>>incrementals in-between, at say, 1 am. Do I have to provide an explicit
>>schedule entry for each day by date, or is there a cunning way to use
>>the available schedule components?
>>
>>Cheers,
>>Terry
>>
> 
> I am resending this because after sending gmail showed me that my
> reply was empty even though I typed a similar message. Hopefully this
> one will work...
> 
> Do this with 1 single schedule with multiple Run= statements. See here:
> 
> http://bacula.org/en/rel-manual/Configuring_Director.html#SECTION001450000000000000000Schedule
>  {        
> 
> John

Thanks. I looked at this stuff in the User Guide, but it didnt dawn on 
me how to use if for what I wanted. I've now created:

Schedule {
#Full backup on alternate Sundays, and daily incrementals in between
   Name = "TwoWeeklyCycle"
   Run = Full 1st sun at 12:00
   Run = Full 3rd sun at 12:00
   Run = Full 5th sun at 12:00
   Run = Incremental 2nd sun at 12:00
   Run = Incremental 4th sun at 12:00
   Run = Incremental mon-sat at 12:00
}

Cheers,
Terry





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>