]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
no iso9660 backups
authorPeter Palfrader <peter@palfrader.org>
Mon, 15 Oct 2012 12:22:24 +0000 (14:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 15 Oct 2012 12:22:24 +0000 (14:22 +0200)
modules/bacula/templates/bacula-dir.conf.erb

index 50e3f32386a06f7d7de5aacd3107fd12eab541a4..f9dda582bb934d288a3393cee9432075113d1f19 100644 (file)
@@ -44,7 +44,7 @@ FileSet {
       signature = SHA1
       compression = GZIP9
     }
-    File = "\\|bash -c \"df -Pkl -x tmpfs | tail -n +2 | awk '{print \$NF}' \""
+    File = "\\|bash -c \"df -Pkl -x tmpfs -x iso9660 | tail -n +2 | awk '{print \$NF}' \""
     # Dont backup directories that contain .nobackup files
     Exclude Dir Containing = .nobackup
   }