]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/test-bacula-fd.conf.in
Update
[bacula/bacula] / regress / scripts / test-bacula-fd.conf.in
index c9c21b6615b0bd625a8c454ae64806114e667f24..0fa219bb3a79dd823d8868a5242779050b07bbd1 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
@@ -11,7 +11,7 @@
 # List Directors who are permitted to contact this File daemon
 #
 Director {
-  Name = rufus-dir
+  Name = @hostname@-dir
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
 }
 
@@ -19,15 +19,16 @@ Director {
 # "Global" File daemon configuration specifications
 #
 FileDaemon {                          # this is me
-  Name = rufus-fd
-  FDport = 8102                  # where we listen for the director
+  Name = @hostname@-fd
+  FDPort = @fdport@                  # where we listen for the director
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   SubSys Directory = "@subsysdir@"
+  Plugin Directory = "@sbindir@/plugins"
 }
 
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = rufus-dir = all
+  director = @hostname@-dir = all, !terminate, !restored
 }