From d4425f9eed43cd86ee43ba20c5066c8e1e617c74 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Tue, 22 Feb 2022 16:10:20 +0100 Subject: [PATCH 1/2] doc: Improve Python plugin documentation - Remove reference to mix File and Action Plugin in Fileset fixing unbalanced call in restore. Signed-off-by: Bruno Friedmann --- .../Plugins/FileDaemonPlugins/PythonFdPlugin.rst.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PythonFdPlugin.rst.inc b/docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PythonFdPlugin.rst.inc index f6f5e32b56a..f1e4ec2edeb 100644 --- a/docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PythonFdPlugin.rst.inc +++ b/docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PythonFdPlugin.rst.inc @@ -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" @@ -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 ` to backup MySQL dumps in addition to :file:`/etc`. +This example uses the :ref:`MySQL plugin ` to backup MySQL dumps. Option Plugins ^^^^^^^^^^^^^^ From f305245f3e84f8bfcc201f6ef6699acb1224ff38 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Tue, 22 Feb 2022 16:26:46 +0100 Subject: [PATCH 2/2] update CHANGELOG.md Signed-off-by: Bruno Friedmann --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63e0148ef3..37714d9bd57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,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 @@ -67,4 +68,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