Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Dec 2, 2016
1 parent 0ee2864 commit 00507c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions manuals/en/main/dirdconf-fileset.tex
Expand Up @@ -342,15 +342,15 @@ \subsection{FileSet Include Ressource}
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.
Expand Down
Expand Up @@ -96,7 +96,7 @@ \subsubsection{UCR variables}

\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}

Expand Down Expand Up @@ -195,7 +195,7 @@ \subsubsection{Backup Storage}
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}
Expand Down
1 change: 1 addition & 0 deletions 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).
Expand Down

0 comments on commit 00507c9

Please sign in to comment.