From 63997751808749a37962ae6a2d4571d0940b315d Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 10 Aug 2017 09:30:22 -0400 Subject: [PATCH] Do not backup the other Apache disk cache Avoids warnings due to races when it is cleaned/backed up at the same time: Could not stat "/srv/apache-cache/mod_cache_disk/r/k/txeIh19LMLMAVeQKsKcg.header": ERR=No such file or directory --- modules/bacula/templates/bacula-dir.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 95403c86f..5056e192c 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 = /srv/apache-cache/mod_cache_disk File = /var/cache/apache2/mod_cache_disk File = /var/cache/apt File = /var/lib/apt -- 2.20.1