Benjamin E. Zeller wrote:

> this is rather urgent, can't figure it out via the docs.

Sure you could. ;-)

> How can I schedule a fullbackup, that runs every 4 weeks on saturday?
> 
> Schedule {
>   Name = "red"
>   Run = Level=Incremental mon-sat at 22:00
>   Run = Level=Full sun at 22:00
> }
> 
> 
> The 2nd Run= should be the schedule mentioned above.

I think you do not really want every 4 weeks but once a month. Take a 
look at the examples on 
http://bacula.org/rel-manual/Configuring_Director.html#SECTION001450000000000000000
 
where you find

Schedule {
   Name = "MonthlyCycle"
   Run = Level=Full Pool=Monthly 1st sun at 1:05
                                 ^^^^^^^
   Run = Level=Differential 2nd-5th sun at 1:05
   Run = Level=Incremental Pool=Daily mon-sat at 1:05
}


Greetings,

Paul

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to