On 11/04/16 09:02, Vanush Misha Paturyan wrote: > On Mon, Oct 31, 2016 at 02:03:33PM +0100, Alberto Brosich wrote: >> Hello, >> >> is there a way to define a schedule that skips backups on specific dates >> (e.g. on public holidays)? >> I'm not able to find anything in the documentation. >> >> Regards > > I ended up defining schedule with "holes" in it for my needs: > > Schedule { > Name = "WeeklyCycle" > Run = Full w01 sun at 22:05 > Run = Full w26 sun at 22:05 > Run = Incremental w02-w25 sun at 22:05 > Run = Incremental w27-w53 sun at 22:05 > Run = Incremental mon-sat at 22:05 > }
Hi Vanush, In case people didn't know, you can even simplify this example a little more by combining lines like so: Schedule { Name = "WeeklyCycle" Run = Full w01,w26 sun at 22:05 Run = Incremental w02-w25,w27-w53 sun at 22:05 Run = Incremental mon-sat at 22:05 } Best regards, Bill -- Bill Arlofski Reverse Polarity, LLC http://www.revpol.com/ -- Not responsible for anything below this line -- ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users