]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/src/filed/bacula-fd.conf.in
authorEric Bollengier <eric@baculasystems.com>
Mon, 20 Apr 2020 13:42:38 +0000 (15:42 +0200)
committerEric Bollengier <eric@baculasystems.com>
Mon, 22 Jun 2020 08:49:25 +0000 (10:49 +0200)
This commit is the result of the squash of the following main commits:

Author: Eric Bollengier <eric@baculasystems.com>
Date:   Wed Apr 20 15:24:14 2016 +0200

    Explicitly remove the Saved message from the default Messages handler

bacula/src/filed/bacula-fd.conf.in

index bcc6d0ed85ebb6455b0cc04753239c4b041f7f75..4ac1c9b83cc39ba81aa4a284e6cc25b51e818675 100644 (file)
@@ -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
 }