Hi everyone! In Bacula v5.2.6, I would like to define a job that runs on the first Monday every second month. As an example: - 1st Monday in January -> Full Backup - 1st Monday in February -> Differential Backup - 1st Monday in March -> Full Backup - 1st Monday in April -> Differetial Backup and so on...
Is there a more elegant way to define this kind of schedule other than plainly writing the following? Schedule { Name = "BiMonthly" Run = Full 1st mon jan at 01:00 Run = Differential 1st mon feb at 01:00 Run = Full 1st mon mar at 01:00 Run = Differential 1st apr feb at 01:00 ... } Maybe something similar like "0 1 1 */2 *" would do in crontab for the first day of every second month? Best regards Sebastian ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users