From fbc7ddd66431eebe1436c7b5eaae96ae9d187b4a Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Wed, 11 May 2022 15:30:01 +0200 Subject: [PATCH 1/2] doc: clarifies CheckFileChanges option not intended to be used with plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bruno Friedmann Co-authored-by: Jörg Steffens --- docs/manuals/source/Configuration/Director.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manuals/source/Configuration/Director.rst b/docs/manuals/source/Configuration/Director.rst index 9a4c0708f56..9ad0dcba75b 100644 --- a/docs/manuals/source/Configuration/Director.rst +++ b/docs/manuals/source/Configuration/Director.rst @@ -1073,6 +1073,7 @@ The directives within an Options resource may be one of the following: .. config:option:: dir/fileset/include/options/MtimeOnly :type: yes|no + :default: no If enabled, tells the Client that the selection of files during Incremental and Differential backups should based only on the st\_mtime @@ -1105,6 +1106,8 @@ The directives within an Options resource may be one of the following: .. config:option:: dir/fileset/include/options/CheckFileChanges :type: yes|no + :default: no + If enabled, the Client will check size, age of each file after their backup to see if they have changed during backup. If time @@ -1115,7 +1118,11 @@ The directives within an Options resource may be one of the following: zog-fd: Client1.2007-03-31_09.46.21 Error: /tmp/test mtime changed during backup. - In general, it is recommended to use this option. + + .. note:: + + This option is intended to be used :config:option:`dir/fileset/include/File` resources. + Using it with :config:option:`dir/fileset/include/Plugin` filesets will generate warnings during backup. .. config:option:: dir/fileset/include/options/HardLinks From ee6574de990c4efa168cdfab806fe4fff2ded1e4 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Wed, 11 May 2022 15:30:13 +0200 Subject: [PATCH 2/2] update CHANGELOG.md Signed-off-by: Bruno Friedmann --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e327d0e7b..1c1f4644b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,6 +115,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https: - improve Mysql - PostgreSQL howto [PR #1093] fixing [BUG #1429] - clarifies Sphinx bareos-extension parallel_read_safe status to False [PR #1037] - fix incorrect link in contrib PythonFdPlugin [BUG #1450] [PR #1065] +- clarifies CheckFileChanges option not intended to be used with plugin [BUG #1452][PR #1180] [PR #698]: https://github.com/bareos/bareos/pull/698 [PR #768]: https://github.com/bareos/bareos/pull/768