I am in doubt about what is the best way to express 
"do something every two weeks" in a bacula scheduler.


Mine is:
Schedule {
Name = "2weekcycle"

Run = Level=Full Pool=Pool_A 1st fri at 23:30
Run = Level=Incremental Pool=Pool_A 1st-2nd monday-thursday at 23:30
Run = Level=Differential Pool=Pool_A 2nd friday at 23:30

Run = Level=Full Pool=Pool_B 3rd friday at 23:30
Run = Level=Incremental Pool=Pool_B 3rd-4th monday-thursday at 23:30
Run = Level=Differential Pool=Pool_B 4th friday at 23:30
}

It has the drawback that nothing gets done on the 5th week of the month.
I was thinking that i could do something similar using week of the year and
listing explicitly every week, but I was wondering if someone knew a better
way....

Gaetano Guerriero

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to