Skip to content

Commit

Permalink
Merge pull request #1180 from bruno-at-bareos/dev/bruno/master/doc-ch…
Browse files Browse the repository at this point in the history
…eckfilechange-t5161

doc: clarifies checkfilechanges option use case (not intended for plugin)
  • Loading branch information
joergsteffens committed Jun 23, 2022
2 parents 347c48e + ee6574d commit a97809a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -116,6 +116,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
Expand Down
9 changes: 8 additions & 1 deletion docs/manuals/source/Configuration/Director.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a97809a

Please sign in to comment.