From 0045bf2c717271e291753a7da1b509cd8e78651c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Fri, 14 Nov 2025 10:08:22 +0100 Subject: [PATCH] Update file versioning retention policy details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- admin_manual/configuration_files/file_versioning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/file_versioning.rst b/admin_manual/configuration_files/file_versioning.rst index 7bd02fd5b..8be0dd139 100644 --- a/admin_manual/configuration_files/file_versioning.rst +++ b/admin_manual/configuration_files/file_versioning.rst @@ -15,7 +15,7 @@ pattern used to delete old versions: * 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. +created. Nextcloud will always keep the latest version in each of the time windows. The Versions app never uses more than 50% of the user's currently available 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 Activate background job: ``occ config:app:delete files_versions background_job_expire_versions`` -Expire versions: ``occ versions:expire`` or ``occ versions:expire --quiet`` (without the progress bar) \ No newline at end of file +Expire versions: ``occ versions:expire`` or ``occ versions:expire --quiet`` (without the progress bar)