Update file_versioning.rst

This commit is contained in:
Marius Blüm 2016-06-12 18:03:54 +02:00 committed by GitHub
parent 5f906b858c
commit 0e446baa8b

View File

@ -7,18 +7,18 @@ ensure that users don't exceed their storage quotas. This is the default
pattern used to delete old versions:
* For the first second we keep one version
* For the first 10 seconds ownCloud keeps one version every 2 seconds
* For the first minute ownCloud keeps one version every 10 seconds
* For the first hour ownCloud keeps one version every minute
* For the first 24 hours ownCloud keeps one version every hour
* For the first 30 days ownCloud keeps one version every day
* After the first 30 days ownCloud keeps one version every week
* For the first 10 seconds Nextcloud keeps one version every 2 seconds
* For the first minute Nextcloud keeps one version every 10 seconds
* For the first hour Nextcloud keeps one version every minute
* For the first 24 hours Nextcloud keeps one version every hour
* For the first 30 days Nextcloud keeps one version every day
* After the first 30 days Nextcloud keeps one version every week
The versions are adjusted along this pattern every time a new version is
created.
The Versions app never uses more that 50% of the user's currently available
free space. If the stored versions exceed this limit, ownCloud deletes the
free space. If the stored versions exceed this limit, Nextcloud deletes the
oldest file versions until it meets the disk space limit again.
You may alter the default pattern in ``config.php``. The default setting is
@ -48,4 +48,4 @@ Enterprise File Retention
Enterprise customers have additional tools for managing file retention
policies; see :doc:`../enterprise_file_management/files_tagging`.