From 343b1973e7e83d192f14a5cd0c9846fa212ea06e Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sat, 29 Jul 2017 23:58:40 -0400 Subject: [PATCH] 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 --- 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 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 -- 2.20.1