Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions users/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ days. If this is set to a positive number of days, files will be removed when
they have been in the trash can that long. Setting this to zero prevents any
files from being removed from the trash can automatically.

Another :opt:`configuration option <option:: folder.versioning.params.archiveDeletedOnly>`
is available to archive only the deleted files, as opposed to normal Trash can versioning
which archives all modified, renamed and deleted file. This is a light weight
option to protect against accidental deletions, while using significantly
less disk space than full versioning.

Simple File Versioning
----------------------

Expand Down Expand Up @@ -310,6 +316,11 @@ example of such a section in the XML:
The number of days to keep files in the versions folder. Zero means to keep
forever. Older elements encountered during cleanup are removed.

.. option:: folder.versioning.params.archiveDeletedOnly

When this option is enabled it archives only deleted files.
Modified or Renamed files are not archieved and hence, deleted permanently.

.. option:: folder.versioning.params.keep

The number of old versions to keep, per file.
Expand Down