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>2016-11-27 17:43:37 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2016-12-02 18:45:08 +0300
commit00507c93564938b62927054dacea120731d4a58b (patch)
tree4fc25ba6e1bae7bc4735ebdbeb91f41816039f30
parent0ee2864beffd7d7a250651af2f8afeb67f3dafe1 (diff)
cleanup
-rw-r--r--manuals/en/main/dirdconf-fileset.tex10
-rw-r--r--manuals/en/main/operating-system-univention-corporate-server.tex4
-rw-r--r--manuals/en/main/plugins.tex1
3 files changed, 8 insertions, 7 deletions
diff --git a/manuals/en/main/dirdconf-fileset.tex b/manuals/en/main/dirdconf-fileset.tex
index 4cbcf6d..b731149 100644
--- a/manuals/en/main/dirdconf-fileset.tex
+++ b/manuals/en/main/dirdconf-fileset.tex
@@ -342,15 +342,15 @@ Include {
The purpose of plugins is to provide an interface to any system program
for backup and restore. That allows you, for example, to do database backups without a local dump.
- The syntax and semantics of the Plugin directive require
+ The syntax and semantics of the Plugin directive require
the first part of the string up to the colon to be the name of the plugin.
- Everything after the first colon is ignored by the File daemon but is passed to the plugin.
- Thus the plugin writer may define the
+ Everything after the first colon is ignored by the File daemon but is passed to the plugin.
+ Thus the plugin writer may define the
meaning of the rest of the string as he wishes.
- The program \nameref{bpluginfo} can be used, to retreive information about a specific plugin.
+ For more information, see \nameref{fdPlugins}.
- Examples about the bpipe- and the mssql-plugin can be found in the sections about the \nameref{bpipe} and the \nameref{MSSQL}.
+ The program \nameref{bpluginfo} can be used, to retrieve information about a specific plugin.
Note: It is also possible to define more than one plugin directive in a FileSet to do several database dumps at once.
diff --git a/manuals/en/main/operating-system-univention-corporate-server.tex b/manuals/en/main/operating-system-univention-corporate-server.tex
index 7988d64..d3e9c2f 100644
--- a/manuals/en/main/operating-system-univention-corporate-server.tex
+++ b/manuals/en/main/operating-system-univention-corporate-server.tex
@@ -96,7 +96,7 @@ File: /etc/bareos/bareos-dir.conf
\warning{univention-bareos $<$ 15.2 did require a manual reload/restart of the bareos-dir service:}
\begin{commands}{let bareos-dir reload its configuration}
-root@ucs:~# <input>service bareos-dir reload</input>
+root@ucs:~# <input>service bareos-dir reload</input>
[ ok ] Reloading Bareos Director: bareos-dir.
\end{commands}
@@ -195,7 +195,7 @@ For example, to use a NAS device for storing backups, you can mount your NAS vol
The directory needs to be writable by user \user{bareos}.
\begin{commands}{Example for changing the storage path}
-root@ucs:/etc/bareos# <input>ucr set bareos/filestorage=/path/to_your/storage</input>
+root@ucs:/etc/bareos# <input>ucr set bareos/filestorage=/path/to/your/storage</input>
Setting bareos/filestorage
File: /etc/bareos/bareos-sd.conf
\end{commands}
diff --git a/manuals/en/main/plugins.tex b/manuals/en/main/plugins.tex
index 4db1bec..2a21e58 100644
--- a/manuals/en/main/plugins.tex
+++ b/manuals/en/main/plugins.tex
@@ -1,5 +1,6 @@
\chapter{Plugins}
\index[general]{Plugin}
+\label{sec:plugins}
The functionality of Bareos can be extended by plugins.
They do exists plugins for the different daemons (Director, Storage- and File-Daemon).