Bacula-users

Re: [Bacula-users] pool configuration

2008-05-24 09:10:14
Subject: Re: [Bacula-users] pool configuration
From: "Mikael Kermorgant" <mikael.kermorgant AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 24 May 2008 15:10:09 +0200
>> I'd like to setup only one pool for full and incremental jobs,
>> handling 21 tapes (3 sets of 7 tapes). Over one month, I'll use 7
>> tapes (more if necessary), beginning with a Full and then
>> incrementals.
>>
>>
>> My fear is that sometimes, a Full backup is appended on the free
>> space of the seventh tape... Any suggestion ?
>>
> I have three pools, one for monthly backup (Full), one for weekly
> backup (differentiell) and one for daily backup (incremental).
>
> - ---
> Schedule {
> Name = "interneServer"
> Run = Level=Full Pool=IntServMonthly 1st mon at 08:05
> Run = Level=Differential Pool=IntServWeekly 2nd-5th mon at 08:05
> Run = Level=Incremental Pool=IntServDaily tue-sat at 08:05
> }
> - ---


Thanks,

Well, here's my desired schedule :

Schedule {
Name = "MySchedule"
Run = Level=Full Pool=Default 1st sun at 03:05
Run = Level=Incremental Pool=Default mon-fri at 21:05
}

Pb with that is that I want only one pool, but to tell bacula to use a
new tape when beginning a Full backup.
The only way I've figured out would be to create 3 separate pools,
with this sort of schedule :

Schedule {
Name = "MySchedule"

# January - April - July - October
Run = Level=Full Pool=JAJO 1st sun jan at 03:05
Run = Level=Full Pool=JAJO 1st sun apr at 03:05
Run = Level=Full Pool=JAJO 1st sun jul at 03:05
Run = Level=Full Pool=JAJO 1st sun oct at 03:05
Run = Level=Incremental Pool=JAJO mon-fri jan at 21:05
Run = Level=Incremental Pool=JAJO mon-fri apr at 21:05
Run = Level=Incremental Pool=JAJO mon-fri jul at 21:05
Run = Level=Incremental Pool=JAJO mon-fri oct at 21:05

# February - May - August - November
Run = Level=Full Pool=FMAN 1st sun feb at 03:05
Run = Level=Full Pool=FMAN 1st sun may at 03:05
Run = Level=Full Pool=FMAN 1st sun aug at 03:05
Run = Level=Full Pool=FMAN 1st sun nov at 03:05
Run = Level=Incremental Pool=FMAN mon-fri feb at 21:05
Run = Level=Incremental Pool=FMAN mon-fri may at 21:05
Run = Level=Incremental Pool=FMAN mon-fri aug at 21:05
Run = Level=Incremental Pool=FMAN mon-fri nov at 21:05

# March - June - September - December
Run = Level=Full Pool=MJSD 1st sun mar at 03:05
Run = Level=Full Pool=MJSD 1st sun jun at 03:05
Run = Level=Full Pool=MJSD 1st sun sep at 03:05
Run = Level=Full Pool=MJSD 1st sun dec at 03:05
Run = Level=Incremental Pool=MJSD mon-fri mar at 21:05
Run = Level=Incremental Pool=MJSD mon-fri jun at 21:05
Run = Level=Incremental Pool=MJSD mon-fri sep at 21:05
Run = Level=Incremental Pool=MJSD mon-fri dec at 21:05

}

But I find it a bit awkward, and just don't want to imagine what
happens if I add a forth set of 7 tapes in order to rotate on 4
pools...

Regards,
--
Mikael Kermorgant

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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>