TLSA for rsync sites
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-dir.conf.erb
index d12aafb..007e916 100644 (file)
@@ -39,10 +39,17 @@ Director {
 ########################################################################
 FileSet {
   Name = "Standard Set"
+  Ignore FileSet Changes = yes
   Include {
     Options {
       signature = SHA1
       compression = GZIP9
+      aclsupport = yes
+      xattrsupport = yes
+    }
+    Options {
+      wild = "/swapfile*"
+      exclude = yes
     }
     File = "\\|/usr/local/sbin/bacula-backup-dirs"
     # Dont backup directories that contain .nobackup files
@@ -53,7 +60,6 @@ FileSet {
     File = /var/lib/bacula
     File = /var/cache/apt/
     File = /nonexistant
-    File = /swapfile
     File = /proc
     File = /tmp
     File = /.journal
@@ -158,6 +164,7 @@ JobDefs {
   Type = Backup
   Level = Incremental
   FileSet = "Standard Set"
+  Accurate = yes
   Schedule = "WeeklyCycle"
   Messages = Standard
   Max Full Interval = 40 days