From ab3d40cdce18167261145bbfae00a71257f962a1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 4 Mar 2013 17:55:55 +0100 Subject: [PATCH] Document FDStorageAddress for client --- docs/manuals/en/main/newbsfeatures.tex | 38 ++++++++++++++------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/docs/manuals/en/main/newbsfeatures.tex b/docs/manuals/en/main/newbsfeatures.tex index b4f11120..4ad84487 100644 --- a/docs/manuals/en/main/newbsfeatures.tex +++ b/docs/manuals/en/main/newbsfeatures.tex @@ -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 -- 2.39.5