From d8f992b349d735e9a1ed3650cfec3083b0e4c7f6 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 29 Sep 2020 20:48:29 +0200 Subject: [PATCH] bacula: Update to backup/includes definition - Modified backup/includes file to backup the /var/bacula/working directory contents rather than explicitly naming the state filename. State filename could be varied if user modifies the port number for the file daemon as the port number is part of the state filename Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/backup/includes/bacula | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backup/includes/bacula b/config/backup/includes/bacula index 92bce0eba0..de1d9cc488 100644 --- a/config/backup/includes/bacula +++ b/config/backup/includes/bacula @@ -1,2 +1,2 @@ /etc/bacula/bacula-fd.conf -/var/bacula/working/bacula-fd.9102.state +/var/bacula/working/ -- 2.39.5