Have you considered just letting the schedule run and relying on "Allow
Duplicate Jobs = no" to cancel the differentials and incrementals while the
full backup is running? That's how I've been handling it. It's not the most
elegant thing (it does leave failed job warnings in your logs) but it works.

On Fri, Jun 7, 2019 at 3:30 AM Birgit DUCARROZ via Bacula-users <
bacula-users@lists.sourceforge.net> wrote:

> Hi list,
>
> I try to figure out how I could tune my scheduler so that one week of a
> year is skipped by the backup scheduler. Since a full backup of all our
> data takes an entire week, my aim is to skip this week for both
> differential and incremental backups.
>
> Actually, this is how it is configured, but I'd like to skip week 52
> from wed to week 53 wed.
> Any ideas?
>
> Schedule {
>    Name = "WeeklyCycle"
>    Run = Full w52 wed at 21:00                      # (#04) # A full
> backup takes about one week!
>    Run = Differential 2nd-5th sat at 21:00       # (#07)
>    Run = Incremental mon-fri at 21:00            # (#10)
> }
>
> Regards,
> Birgit
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
David Brodbeck
System Administrator, Department of Mathematics
University of California, Santa Barbara
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to