From 79a25b118591bc43c81d8b06a6af89dae42f7855 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 30 Aug 2004 17:06:25 +0000 Subject: [PATCH] Update manual git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1569 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/bacula-dir.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index fad5ea8a47..cc7058323d 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -153,6 +153,7 @@ Client { # Definiton of file storage device Storage { Name = File +# Do not use "localhost" here Address = @hostname@ # N.B. Use a fully qualified name here SDPort = @sd_port@ Password = "@sd_password@" @@ -164,6 +165,7 @@ Storage { # Definition of DDS tape storage device #Storage { # Name = DDS-4 +# Do not use "localhost" here # Address = @hostname@ # N.B. Use a fully qualified name here # SDPort = @sd_port@ # Password = "@sd_password@" # password for Storage daemon @@ -174,6 +176,7 @@ Storage { # Definition of 8mm tape storage device #Storage { # Name = "8mmDrive" +# Do not use "localhost" here # Address = @hostname@ # N.B. Use a fully qualified name here # SDPort = @sd_port@ # Password = "@sd_password@" -- 2.39.2