From 2fc76fdf7b368a560901ee3578bd3abf47ab2365 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 4 Feb 2016 10:16:58 +0100 Subject: [PATCH] Try different FileSet config --- modules/bacula/templates/bacula-dir.conf.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 88411e7ab..007e916b5 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -39,13 +39,17 @@ Director { ######################################################################## FileSet { Name = "Standard Set" + Ignore FileSet Changes = yes Include { Options { signature = SHA1 compression = GZIP9 aclsupport = yes xattrsupport = yes - Ignore FileSet Changes = yes + } + Options { + wild = "/swapfile*" + exclude = yes } File = "\\|/usr/local/sbin/bacula-backup-dirs" # Dont backup directories that contain .nobackup files @@ -56,7 +60,6 @@ FileSet { File = /var/lib/bacula File = /var/cache/apt/ File = /nonexistant - wild = "/swapfile*" File = /proc File = /tmp File = /.journal -- 2.20.1