Bacula-users

Re: [Bacula-users] Reschedule a VirtualFull?

2010-07-05 12:04:47
Subject: Re: [Bacula-users] Reschedule a VirtualFull?
From: Dan Langille <dan AT langille DOT org>
To: Graham Keeling <graham AT equiinet DOT com>
Date: Mon, 05 Jul 2010 11:58:31 -0400
On 7/5/2010 11:37 AM, Graham Keeling wrote:
> Hello,
> I have a schedule like this in my bacula-dir.conf:
>
> Schedule {
>    Name = "ScheduleX"
>    Run = Level=Incremental mon at 18:00
>    Run = Level=Incremental tue at 18:00
>    Run = Level=Incremental wed at 18:00
>    Run = Level=Incremental thu at 18:00
>    Run = Level=Incremental fri at 18:00
>    Run = Level=Incremental sat at 18:00
>    Run = Level=Incremental sun at 18:00
>    Run = Level=VirtualFull 1st sun at 21:00
> }

FYI: with this schedule you'll get both a VirtualFull and an Incremental 
on the 1st Sun.  Just saying...  To avoid that, you could do this:

     Run = Level=Incremental 2nd-5th sun at 18:00


> And a Job that looks like this:
>
> Job {
>    Name = "JobX"
>    Type = Backup
>    Schedule = "ScheduleX"
>    Pool = "JobXPool"
>    Priority = 10
>    Client = "ClientX-fd"
>    FileSet = "FileSetX"
>    Full Backup Pool = "FullPoolX"
>    Incremental Backup Pool = "IncrPoolX"
>    Maximum Concurrent Jobs = 1
>    Storage = "StorageX"
>    Accurate = "yes"
> }
>
> I want to make sure that I get a VirtualFull every month, so I think I want
> to 'Reschedule' it if it gets an error.
> But I don't want to 'Reschedule' any Incrementals.
>
> Is this possible?

The only way I can think of is to have one job for Inc and another for 
the Full.

-- 
Dan Langille - http://langille.org/

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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>