From a30afbd77814ead1100caac177959d8fd68ead77 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 10:12:59 +0200 Subject: [PATCH] Drop old WeeklyCycle, rename the daily WeeklyCycleAfterBackup schedule to CatalogSchedule --- modules/bacula/templates/bacula-dir.conf.erb | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index f660ede75..beba6b733 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -99,21 +99,9 @@ FileSet { # The job schedules # ######################################################################## -# When to do the backups, full backup on first sunday of the month, -# differential (i.e. incremental since full) every other sunday, -# and incremental backups other days +# This schedule does the catalog Schedule { - Name = "WeeklyCycle" - # fulls are automatically run if the last full backup was 40 days ago - # for the current value of 40 look for "Max Full Interval" in this file. - # Run = Full 1st sat at 00:35 - Run = Differential sat at 00:35 - Run = Incremental sun-fri at 00:35 -} - -# This schedule does the catalog. It starts after the WeeklyCycle -Schedule { - Name = "WeeklyCycleAfterBackup" + Name = "CatalogSchedule" Run = Full sun-sat at 02:10 } @@ -254,7 +242,7 @@ Job { Client = <%=@bacula_director_address%>-fd Level = Full FileSet = "Catalog" - Schedule = "WeeklyCycleAfterBackup" + Schedule = "CatalogSchedule" # # This creates an ASCII copy of the catalog # # Arguments to make_catalog_backup.pl are: # # make_catalog_backup.pl -- 2.20.1