Skip to content

Commit 0045bf2

Browse files
authored
Update file versioning retention policy details
Clarified version retention policy in documentation. Add the information that we always keep the latest version in each time window. Signed-off-by: Björn Schießle <bjoern.schiessle@nextcloud.com>
1 parent 9278fa5 commit 0045bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin_manual/configuration_files/file_versioning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pattern used to delete old versions:
1515
* After the first 30 days Nextcloud keeps one version every week
1616

1717
The versions are adjusted along this pattern every time a new version is
18-
created.
18+
created. Nextcloud will always keep the latest version in each of the time windows.
1919

2020
The Versions app never uses more than 50% of the user's currently available
2121
free space. If the stored versions exceed this limit, Nextcloud deletes the
@@ -68,4 +68,4 @@ Deactivate background job: ``occ config:app:set --value=no files_versions backgr
6868

6969
Activate background job: ``occ config:app:delete files_versions background_job_expire_versions``
7070

71-
Expire versions: ``occ versions:expire`` or ``occ versions:expire --quiet`` (without the progress bar)
71+
Expire versions: ``occ versions:expire`` or ``occ versions:expire --quiet`` (without the progress bar)

0 commit comments

Comments
 (0)