From 415716c927ab24df1d8327374efedaeeb08bf71f Mon Sep 17 00:00:00 2001 From: aussendorf Date: Wed, 19 Nov 2014 17:29:59 +0100 Subject: [PATCH] links and indexes --- manuals/en/main/plugins.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manuals/en/main/plugins.tex b/manuals/en/main/plugins.tex index 8a25050..6efccf5 100644 --- a/manuals/en/main/plugins.tex +++ b/manuals/en/main/plugins.tex @@ -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. @@ -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} @@ -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.