Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2017-01-27 13:34:37 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-01-27 13:34:37 +0300
commit5d06015dd80accd2c02aada74cdc0ba18b642276 (patch)
treef4c297a5024afa70c9783068a965ae0ff7a4e497
parentb3a12839a744de46fe48d45a0a186c3bc38d27f7 (diff)
Client Initiated Connection: using local log file
-rw-r--r--manuals/en/main/client-initiated-connection.tex17
-rw-r--r--manuals/en/main/messagesres.tex2
2 files changed, 17 insertions, 2 deletions
diff --git a/manuals/en/main/client-initiated-connection.tex b/manuals/en/main/client-initiated-connection.tex
index a74442a..b7efbb9 100644
--- a/manuals/en/main/client-initiated-connection.tex
+++ b/manuals/en/main/client-initiated-connection.tex
@@ -54,4 +54,19 @@ When both connection directions are allowed, the \bareosDir
If none of this worked, the job fails.
When a waiting connection is used for a job, the \bareosFd will detect this and creates an additional connection.
-This is required, to keep the client responsive for additional commands, like \bcommand{cancel}.
+This is required, to keep the client responsive for additional commands, like \bcommand{cancel}{}.
+
+To get feedback in case the \bareosFd fails to connect to the \bareosDir, consider configuring \bareosFd to log in a local file.
+This can be archived by adding the line
+
+\configline{Append = "/var/log/bareos/bareos-fd.log" = all, !skipped, !restored}
+
+to the default message resource \resourcename{Fd}{Messages}{Standard}:
+
+\begin{bareosConfigResource}{bareos-fd}{messages}{Standard}
+Messages {
+ Name = Standard
+ Director = bareos-dir = all, !skipped, !restored
+ Append = "/var/log/bareos/bareos-fd.log" = all, !skipped, !restored
+}
+\end{bareosConfigResource}
diff --git a/manuals/en/main/messagesres.tex b/manuals/en/main/messagesres.tex
index b0d1f61..969bccd 100644
--- a/manuals/en/main/messagesres.tex
+++ b/manuals/en/main/messagesres.tex
@@ -136,7 +136,7 @@ Alert messages. These are messages generated by tape alerts.
\item [volmgmt] \hfill \\
\index[general]{Messages!type!volmgmt}
-Volume management messages. Currently there are no volume mangement
+Volume management messages. Currently there are no volume management
messages generated.
\item [audit] \hfill \\