From: Eric Bollengier Date: Mon, 20 Apr 2020 13:42:38 +0000 (+0200) Subject: BEE Backport bacula/src/filed/bacula-fd.conf.in X-Git-Tag: Release-11.3.2~1864 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3750595cdbfd8bd658982eebb313a62f831a85b;p=thirdparty%2Fbacula.git BEE Backport bacula/src/filed/bacula-fd.conf.in This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Wed Apr 20 15:24:14 2016 +0200 Explicitly remove the Saved message from the default Messages handler --- diff --git a/bacula/src/filed/bacula-fd.conf.in b/bacula/src/filed/bacula-fd.conf.in index bcc6d0ed85..4ac1c9b83c 100644 --- a/bacula/src/filed/bacula-fd.conf.in +++ b/bacula/src/filed/bacula-fd.conf.in @@ -44,5 +44,5 @@ FileDaemon { # this is me # Send all messages except skipped files back to Director Messages { Name = Standard - director = @basename@-dir = all, !skipped, !restored + director = @basename@-dir = all, !skipped, !restored, !saved }