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

Commit

Permalink
links and indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
aussendorf committed Nov 19, 2014
1 parent be225cf commit 415716c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manuals/en/main/plugins.tex
Expand Up @@ -111,7 +111,7 @@ \subsubsection{Command Plugins}
}
\end{bconfig}
This example uses the MySQL plugin from \elink{}{} to backup MySQL dumps in addition to /etc.
This example uses the MySQL\index[general]{MySQL!Backup} plugin from \elink{GIT}{https://github.com/bareos/bareos-contrib/tree/master/fd-plugins/mysql-python} to backup MySQL dumps in addition to /etc.
\subsubsection{Option Plugins}
Option plugins are activated in the Options resource of a FileSet definition.
Expand All @@ -132,7 +132,7 @@ \subsubsection{Option Plugins}
}
\end{bconfig}
This plugin bareos-fd-file-interact from \elink{GIT}{https://github.com/aussendorf/bareos-fd-python-plugins/tree/master/plugin} has a method that is called before and after each file that goes into the backup,
This plugin bareos-fd-file-interact from \elink{GIT}{https://github.com/bareos/bareos-contrib/tree/master/fd-plugins/options-plugin-sample} has a method that is called before and after each file that goes into the backup,
it can be used as a template for whatever plugin wants to interact with files before or after backup.
\section{Storage Daemon Plugins}
Expand Down Expand Up @@ -273,6 +273,6 @@ \subsubsection{Loading plugins}
\end{bconfig}
\subsubsection{Write your own Python Plugin}
Some plugin examples are available on \elink{GIT}{https://github.com/aussendorf/bareos-dir-python-plugins}. The class-based approach lets you easily reuse stuff already
Some plugin examples are available on \elink{GIT}{https://github.com/bareos/bareos-contrib}. The class-based approach lets you easily reuse stuff already
defined in the baseclass BareosDirPluginBaseclass, which ships with the bareos-director-python-plugin package.
The examples contain the plugin bareos-dir-nsca-sender, that submits the results and performance data of a backup job directly to Icinga\index[general]{Icinga} or Nagios\index[general]{Nagios|see{Icinga}} using the NSCA protocol.

0 comments on commit 415716c

Please sign in to comment.