From: Paul Wise Date: Sun, 30 Jul 2017 03:58:40 +0000 (-0400) Subject: Do not backup the Apache disk cache X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=343b1973e7e83d192f14a5cd0c9846fa212ea06e;p=mirror%2Fdsa-puppet.git Do not backup the Apache disk cache Avoids warnings due to races when it is cleaned/backed up at the same time: Could not stat "/var/cache/apache2/mod_cache_disk/r/k/txeIh19LMLMAVeQKsKcg.header": ERR=No such file or directory --- diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index b57171e90..95403c86f 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -67,6 +67,7 @@ FileSet { File = /srv/chroot File = /sys File = /tmp + File = /var/cache/apache2/mod_cache_disk File = /var/cache/apt File = /var/lib/apt File = /var/lib/bacula