Skip to content

Commit

Permalink
doc: clarifies CheckFileChanges option not intended to be used with p…
Browse files Browse the repository at this point in the history
…lugin

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com>
  • Loading branch information
bruno-at-bareos and joergsteffens committed Jun 22, 2022
1 parent 863e9f4 commit fbc7ddd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/manuals/source/Configuration/Director.rst
Original file line number Diff line number Diff line change
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 fbc7ddd

Please sign in to comment.