]> git.sur5r.net Git - bacula/docs/commitdiff
Document FDStorageAddress for client
authorEric Bollengier <eric@baculasystems.com>
Mon, 4 Mar 2013 16:55:55 +0000 (17:55 +0100)
committerEric Bollengier <eric@baculasystems.com>
Mon, 4 Mar 2013 16:56:21 +0000 (17:56 +0100)
docs/manuals/en/main/newbsfeatures.tex

index b4f111208d399ca6af3d9fcfadcccf4b4b260ed0..4ad8448737c8362cba5af9cdefac2fffcf1e53ca 100644 (file)
@@ -216,11 +216,11 @@ and the FileDaemon should use an ``internal'' IP address to contact the
 StorageDaemon.
 
 The normal way to handle this situation is to use a canonical name such as
-``storage-server'' that will be resolved on the Director side as the WAN address
-and on the Client side as the LAN address. This is now possible to configure
-this parameter using the new \texttt{FDStorageAddress} Storage
-% or Client
-directive.
+``storage-server'' that will be resolved on the Director side as the WAN
+address and on the Client side as the LAN address. This is now possible to
+configure this parameter using the new directive \texttt{FDStorageAddress} in
+the Storage or Client resource.
+
 
 \bsysimageH{BackupOverWan1}{Backup Over WAN}{figbs6:fdstorageaddress}
 %  \label{fig:fdstorageaddress}
@@ -230,25 +230,27 @@ Storage {
      Name = storage1
      Address = 65.1.1.1
      FD Storage Address = 10.0.0.1
-     SD Port 9103
+     SD Port 9103
      ...
 }
 \end{lstlisting}
 
 % # or in the Client resouce
 %
-% Client {
-%      Name = client1
-%      Address = 65.1.1.2
-%      FD Storage Address = 10.0.0.1
-%      FD Port 9103
-%      ...
-% }
-% \end{lstlisting}
-%
-% Note that using the Client \texttt{FDStorageAddress} directive will not allow
-% to use multiple Storage Daemon, all Backup or Restore requests will be sent to
-% the specified \texttt{FDStorageAddress}.
+
+\begin{lstlisting}
+ Client {
+      Name = client1
+      Address = 65.1.1.2
+      FD Storage Address = 10.0.0.1
+      FD Port = 9102
+      ...
+ }
+\end{lstlisting}
+
+Note that using the Client \texttt{FDStorageAddress} directive will not allow
+to use multiple Storage Daemon, all Backup or Restore requests will be sent to
+the specified \texttt{FDStorageAddress}.
 
 \subsection{Maximum Concurrent Read Jobs}
 This is a new directive that can be used in the {\bf bacula-dir.conf} file