Drop old WeeklyCycle, rename the daily WeeklyCycleAfterBackup schedule to CatalogSchedule
authorPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:12:59 +0000 (10:12 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:12:59 +0000 (10:12 +0200)
modules/bacula/templates/bacula-dir.conf.erb

index f660ede..beba6b7 100644 (file)
@@ -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 <catalog-name>