Skip to content

Commit

Permalink
doc: Improve Python plugin documentation
Browse files Browse the repository at this point in the history
- Remove reference to mix File and Action Plugin in Fileset
  fixing unbalanced call in restore.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
  • Loading branch information
bruno-at-bareos committed Feb 22, 2022
1 parent a2cf56b commit d4425f9
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -36,7 +36,6 @@ Command plugins are used to replace or extend the FileSet definition in the File
Options {
Signature = MD5
}
File = "/etc"
Plugin = "python3"
":module_path=/usr/lib/bareos/plugins"
":module_name=bareos-fd-mysql"
Expand All @@ -46,7 +45,7 @@ Command plugins are used to replace or extend the FileSet definition in the File
.. index::
single: MySQL; Backup

This example uses the :ref:`MySQL plugin <backup-mysql-python>` to backup MySQL dumps in addition to :file:`/etc`.
This example uses the :ref:`MySQL plugin <backup-mysql-python>` to backup MySQL dumps.

Option Plugins
^^^^^^^^^^^^^^
Expand Down

0 comments on commit d4425f9

Please sign in to comment.