[installation] Change to nightly
This commit is contained in:
@ -266,6 +266,7 @@ Generic
|
||||
Overrides configuration parameter :confval:`firstNew`.
|
||||
|
||||
|
||||
|
||||
Verbosity
|
||||
---------
|
||||
|
||||
@ -373,14 +374,17 @@ Timespan
|
||||
|
||||
Overrides configuration parameter :confval:`database.cleanup.keep.days`.
|
||||
|
||||
|
||||
.. option:: --hours arg
|
||||
|
||||
Overrides configuration parameter :confval:`database.cleanup.keep.hours`.
|
||||
|
||||
|
||||
.. option:: --minutes arg
|
||||
|
||||
Overrides configuration parameter :confval:`database.cleanup.keep.minutes`.
|
||||
|
||||
|
||||
.. option:: --datetime arg
|
||||
|
||||
Replaces the days:hours:minutes timespan definition by an
|
||||
@ -398,7 +402,20 @@ Timespan
|
||||
|
||||
Overrides configuration parameter :confval:`database.cleanup.invertMode`.
|
||||
|
||||
.. option:: --keep-events
|
||||
|
||||
.. option:: --keep-events events
|
||||
|
||||
IDs of events to keep in the database separated with comma.
|
||||
|
||||
.. option:: --keep-event-modes modes
|
||||
|
||||
Do not delete events where the evaluation mode of the
|
||||
preferred origin is one of the passed modes. Modes are
|
||||
given as a list with comma as separator.
|
||||
|
||||
.. option:: --keep-event-status status
|
||||
|
||||
Do not delete events where the evaluation status of the
|
||||
preferred origin is one of the passed status. Status are
|
||||
given as a list with comma as separator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user