From: Peter Palfrader Date: Thu, 4 Feb 2016 09:16:58 +0000 (+0100) Subject: Try different FileSet config X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2fc76fdf7b368a560901ee3578bd3abf47ab2365;p=mirror%2Fdsa-puppet.git Try different FileSet config --- 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