Skip to content

Commit

Permalink
Merge pull request #1079
Browse files Browse the repository at this point in the history
doc improve python action plugin example removing File = in Fileset
  • Loading branch information
arogge committed Feb 24, 2022
2 parents 20bf27c + f305245 commit 930ad1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -47,6 +47,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- split `Howtos.rst` file into one file per section [PR #1054]
- split the very long `Plugins.rst` file into one file per Bareos plugin [PR #1046]
- rework SD plugin scsicrypto linux sg_io ioctl subsection for cap_sys_rawio [PR #1057]
- improve action Python plugin documentation, by removing File in Fileset example [PR #1079]


[PR #1010]: https://github.com/bareos/bareos/pull/1010
Expand All @@ -68,4 +69,5 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1057]: https://github.com/bareos/bareos/pull/1057
[PR #1059]: https://github.com/bareos/bareos/pull/1059
[PR #1062]: https://github.com/bareos/bareos/pull/1062
[PR #1079]: https://github.com/bareos/bareos/pull/1079
[unreleased]: https://github.com/bareos/bareos/tree/master
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 930ad1a

Please sign in to comment.