diff --git a/user_manual/files/version_control.rst b/user_manual/files/version_control.rst index 51a79f708..4b30a9c87 100644 --- a/user_manual/files/version_control.rst +++ b/user_manual/files/version_control.rst @@ -31,3 +31,19 @@ created. The version 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 versions until it meets the disk space limit again. + + +Naming a version +---------------- + +You can give a name to a version. + +.. figure:: ../images/files_versions_actions.png +.. figure:: ../images/files_versions_naming.png + +When a version has a name, it will be excluded from the automatic expiration process. + +Deleting a version +------------------ + +You can also manually delete a version without waiting for the automatic expiration process. \ No newline at end of file diff --git a/user_manual/images/files_versioning.png b/user_manual/images/files_versioning.png index e1043e8bc..df36f422b 100644 Binary files a/user_manual/images/files_versioning.png and b/user_manual/images/files_versioning.png differ diff --git a/user_manual/images/files_versions_actions.png b/user_manual/images/files_versions_actions.png new file mode 100644 index 000000000..db620f3a3 Binary files /dev/null and b/user_manual/images/files_versions_actions.png differ diff --git a/user_manual/images/files_versions_naming.png b/user_manual/images/files_versions_naming.png new file mode 100644 index 000000000..ed5edd2ac Binary files /dev/null and b/user_manual/images/files_versions_naming.png differ