remove some commented out, dead code
authorPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:12:22 +0000 (10:12 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 08:12:22 +0000 (10:12 +0200)
modules/bacula/templates/bacula-dir.conf.erb
modules/bacula/templates/bacula-fd.conf.erb
modules/bacula/templates/bacula-sd.conf.erb
modules/bacula/templates/per-client.conf.erb
modules/bacula/templates/storage-per-client.conf.erb

index e707f5e..f660ede 100644 (file)
@@ -90,7 +90,6 @@ FileSet {
   Include {
     Options {
       signature = SHA1
-      #compression = GZIP9
     }
     File = "/var/lib/bacula/bacula.sql.gz"
   }
@@ -178,7 +177,6 @@ JobDefs {
   Level = Incremental
   FileSet = "Standard Set"
   Accurate = yes
-  # Schedule = "WeeklyCycle"
   Messages = Standard
   Max Full Interval = 50 days
   Priority = 10
index 861209d..547a06d 100644 (file)
@@ -49,7 +49,6 @@ FileDaemon {
   Plugin Directory = /usr/lib/bacula
 <%- end -%>
   Maximum Concurrent Jobs = 20
-  #Maximum Network Buffer Size = 524288
 
   TLS Enable = yes
   TLS Require = yes
index 7e7176f..7c0375f 100644 (file)
@@ -34,7 +34,6 @@ Storage {
   TLS Enable = yes
   TLS Require = yes
   TLS Verify Peer = yes
-  # TLS Allowed CN = "clientcerts/<%= @bacula_director_address %>"
   TLS CA Certificate File = "<%= @bacula_ca_path %>"
   # This is a server certificate, used for incoming connections.
   TLS Certificate = "<%= @bacula_ssl_server_cert %>"
index ab1a7aa..213bfe2 100644 (file)
@@ -13,7 +13,6 @@ Job {
   Differential Backup Pool = "pooldiff-<%= @bacula_pool_name %>-<%= @client %>"
   Incremental Backup Pool = "poolinc-<%= @bacula_pool_name %>-<%= @client %>"
 
-  #Rerun Failed Levels = yes
   Reschedule On Error = yes
   Reschedule Interval = 4 hours
   Reschedule Times = 2
index 6403bea..e7c9cee 100644 (file)
@@ -12,5 +12,4 @@ Device {
   AutomaticMount = yes;
   RemovableMedia = no;
   AlwaysOpen = no;
-  #Maximum Network Buffer Size = 524288
 }