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

Reply via email to