>>>>> On Wed, 11 Apr 2012 12:13:12 -0300, João Alberto Kuchnier said:
> 
> Hi everyone!
> 
> I have a doubt about running a monthly scheduled job. I have an standard 
> job for daily backups using its daily pool. However, I need to create an 
> extra monthly backup tape for external storage. I need to create an 
> exception on standard daily schedule to separate one single day for the 
> monthly backup. This is my schedule configuration:
> 
> Schedule {
>          Name = "ScheduleDefault"
>          Run = Level=Full Pool=monthly-vol 2nd thu at 00:15
>          Run = Level=Full Pool=daily-vol sun at 00:45
>          Run = Level=Differential Pool=daily-vol mon-sat at 00:45
> }
> 
> Is this correct? Will the full level monthly backup jobs run 
> simultaneously with daily backups or the second Thursday will be an 
> exception?

It depends on the setting of Allow Duplicate Jobs and the various
Cancel...Duplicates settings (see
http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html).

It may be better to run the monthly offsite backup as a separate job
(different job name and schedule).  The problem with your schedule is that the
differential on the Friday after the 2nd Thursday will be relative to the
monthly-vol in external storage, which will make it more complicated to use in
a restore.

__Martin

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to