diff --git a/admin_manual/configuration_files/file_versioning.rst b/admin_manual/configuration_files/file_versioning.rst index 56ca3c8f8..273075a2a 100644 --- a/admin_manual/configuration_files/file_versioning.rst +++ b/admin_manual/configuration_files/file_versioning.rst @@ -21,6 +21,8 @@ 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 oldest file versions until it meets the disk space limit again. +.. note:: Versions named by a user will never be deleted. + You may alter the default pattern in ``config.php``. The default setting is ``auto``, which sets the default pattern:: diff --git a/user_manual/files/version_control.rst b/user_manual/files/version_control.rst index 072a541f9..4b30a9c87 100644 --- a/user_manual/files/version_control.rst +++ b/user_manual/files/version_control.rst @@ -36,8 +36,6 @@ versions until it meets the disk space limit again. Naming a version ---------------- -.. warning:: Naming a version is currently not available when the group folders or S3 versioning apps are enabled. - You can give a name to a version. .. figure:: ../images/files_versions_actions.png @@ -48,6 +46,4 @@ When a version has a name, it will be excluded from the automatic expiration pro Deleting a version ------------------ -.. warning:: Deleting a version is currently not available when the group folders or S3 versioning apps are enabled. - You can also manually delete a version without waiting for the automatic expiration process. \ No newline at end of file