mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update file_versioning.rst
This commit is contained in:
parent
5f906b858c
commit
0e446baa8b
@ -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`.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user