From: Tollef Fog Heen Date: Sun, 3 Jun 2012 19:51:13 +0000 (+0200) Subject: Comment out complete catalog backup for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=de563b58061ed5db54ab08990581573619829910;p=mirror%2Fdsa-puppet.git Comment out complete catalog backup for now --- diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index d444de6a9..9549b25ec 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -216,26 +216,26 @@ Pool { # Generic jobs # ######################################################################## # Backup the catalog database (after the nightly save) -Job { - Name = "BackupCatalog" - JobDefs = "Standardbackup" - Level = Full - FileSet="Catalog" - Schedule = "WeeklyCycleAfterBackup" - # This creates an ASCII copy of the catalog - # Arguments to make_catalog_backup.pl are: - # make_catalog_backup.pl - RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog" - # This deletes the copy of the catalog - RunAfterJob = "/etc/bacula/scripts/delete_catalog_backup" - Write Bootstrap = "/var/lib/bacula/%n.bsr" - Priority = 15 # run after main backup - RunScript { - RunsWhen=After - RunsOnClient=No - Console = "purge volume action=all allpools storage=File" - } -} +#Job { +# Name = "BackupCatalog" +# JobDefs = "Standardbackup" +# Level = Full +# FileSet="Catalog" +# Schedule = "WeeklyCycleAfterBackup" +# # This creates an ASCII copy of the catalog +# # Arguments to make_catalog_backup.pl are: +# # make_catalog_backup.pl +# RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog" +# # This deletes the copy of the catalog +# RunAfterJob = "/etc/bacula/scripts/delete_catalog_backup" +# Write Bootstrap = "/var/lib/bacula/%n.bsr" +# Priority = 15 # run after main backup +# RunScript { +# RunsWhen=After +# RunsOnClient=No +# Console = "purge volume action=all allpools storage=File" +# } +#} ######################################################################## # And now include all the generated configs #