]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/test-bacula-fd.conf.in
Partial work on virtual-backup2-test
[bacula/bacula] / regress / scripts / test-bacula-fd.conf.in
index 1423c69bb8b9d4fbe1c939d240569e4d2141dfd9..6c3c439eef5c5c6fe9d027004c1235959ef643c8 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Default  Bacula File Daemon Configuration file
 #
-#  For Bacula release 1.30 (12 April 2003) -- redhat 7.3
+#  For Bacula release 1.33
 #
 # There is not much to change here except perhaps the
 # File daemon Name to
@@ -20,7 +20,7 @@ Director {
 #
 FileDaemon {                          # this is me
   Name = @hostname@-fd
-  FDport = 8102                  # where we listen for the director
+  FDPort = @fdport@                  # where we listen for the director
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   SubSys Directory = "@subsysdir@"
@@ -29,5 +29,5 @@ FileDaemon {                          # this is me
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !terminate
+  director = @hostname@-dir = all, !terminate, !restored
 }