Hello Ankush,

On Mon, Oct 19, 2015 at 1:22 PM, More, Ankush <ankush.m...@capgemini.com>
wrote:

> Team,
>
>
>
> Below is schedule configure in dir file. Bacula version 7.x
>
> Backup is not happening as per  schedule , Notice full and differential
> backup happing same day.
>
> is there wrong in schedule?
>
>
>
> Schedule {
>
>   Name = "Billable4"
>
>
> ​​
> Run = Full 1st-3rd sun at 15:00
>
>
​this will run 1st, 2nd and 3rd sundays​


>   Run = Incremental mon-thu at 22:00
>
>
> ​​
> Run = Differential 2nd-4th sun at 15:00
>
>
​this will run 2nd, 3rd and 4th sundays​

​So, they are coinciding in 2nd and ​3rd sundays. I suppose you want to run
them interchangeably:

​
Run = Full 1st,3rd sun at 15:00
​
Run = Differential 2nd,4th sun at 15:00

If you have a 5th sunday, no job will run ok? Maybe you wanna run the full
on your 5th sunday:

​
Run = Full 1st,3rd, 5th sun at 15:00

The values are comma seppareted.


>
>
>
>
> Thank you,
>
> Ankush More
>

​Best regards,
Ana​


>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to