From 3e1ee95aec4b7c074740e5652cad20957402151e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 Oct 2012 14:22:24 +0200 Subject: [PATCH] no iso9660 backups --- modules/bacula/templates/bacula-dir.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 50e3f3238..f9dda582b 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -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 } -- 2.20.1