From d78d78b2657a219dbd9b3cdb96e19ddda99707ae Mon Sep 17 00:00:00 2001 From: Alison Chaiken Date: Sun, 3 Jan 2016 23:11:14 -0800 Subject: [PATCH] The presence of FileSet and Pool directives in the Job. Bug #2188 resource of the exemplary Director configuration file may mislead new users, who may waste time trying to figure out their values. Mark them as present but ignored as a helpful hint. --- bacula/src/dird/bacula-dir.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index f3a2805c23..85becdf702 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -91,8 +91,10 @@ Job { Name = "RestoreFiles" Type = Restore Client=@basename@-fd - FileSet="Full Set" Storage = File1 +# The FileSet and Pool directives are not used by Restore Jobs +# but must not be removed + FileSet="Full Set" Pool = File Messages = Standard Where = @archivedir@/bacula-restores -- 2.39.5