Merge pull request #24037 from owncloud/file_versions_default
link to file_versioning.rst
This commit is contained in:
commit
51975d360a
|
@ -430,14 +430,14 @@ $CONFIG = array(
|
||||||
* Both minimum and maximum times can be set together to explicitly define
|
* Both minimum and maximum times can be set together to explicitly define
|
||||||
* version deletion. For migration purposes, this setting is installed
|
* version deletion. For migration purposes, this setting is installed
|
||||||
* initially set to "auto", which is equivalent to the default setting in
|
* initially set to "auto", which is equivalent to the default setting in
|
||||||
* ownCloud 8.1 and before.
|
* ownCloud 8.1 and before.
|
||||||
*
|
*
|
||||||
* Available values:
|
* Available values:
|
||||||
*
|
*
|
||||||
* * ``auto``
|
* * ``auto``
|
||||||
* default setting. Automatically expire versions according to expire
|
* default setting. Automatically expire versions according to expire
|
||||||
* rules. Please refer to Files_versions online documentation for more
|
* rules. Please refer to :doc:`../configuration_files/file_versioning` for
|
||||||
* info.
|
* more information.
|
||||||
* * ``D, auto``
|
* * ``D, auto``
|
||||||
* keep versions at least for D days, apply expire rules to all versions
|
* keep versions at least for D days, apply expire rules to all versions
|
||||||
* that are older than D days
|
* that are older than D days
|
||||||
|
|
Loading…
Reference in New Issue