forked from ungleich-public/ccollect
Interval value of 0 to skip interval for speicific sources.
Update documentation to specify that intervals with value 0 are valid to skip an interval explicitly for a given source.
This commit is contained in:
parent
ebded3049a
commit
1cc921ad86
1 changed files with 9 additions and 0 deletions
|
@ -339,6 +339,9 @@ Example:
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
This means to keep 28 daily backups, 12 monthly backups and 4 weekly.
|
This means to keep 28 daily backups, 12 monthly backups and 4 weekly.
|
||||||
|
|
||||||
|
If you set a value of 0 the interval will be skipped. This is useful mainly on
|
||||||
|
source level in order to skip a certain interval for a specific source.
|
||||||
|
|
||||||
|
|
||||||
General pre- and post-execution
|
General pre- and post-execution
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -420,6 +423,12 @@ Example:
|
||||||
/home/nico/vpn
|
/home/nico/vpn
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
You can overwrite a default interval at source level. Setting it to 0 will skip
|
||||||
|
this interval on a specific source allowing you to skip an interval for a
|
||||||
|
specific source only while keeping source-specific interval amounts (or default
|
||||||
|
values) for any other source.
|
||||||
|
|
||||||
|
|
||||||
Default options
|
Default options
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
If you add '$CCOLLECT_CONF/defaults/`option_name`', the value will
|
If you add '$CCOLLECT_CONF/defaults/`option_name`', the value will
|
||||||
|
|
Loading…
Reference in a new issue