diff --git a/user_manual/files/version_control.rst b/user_manual/files/version_control.rst index 69bc3b6a2..ced3c7789 100644 --- a/user_manual/files/version_control.rst +++ b/user_manual/files/version_control.rst @@ -3,19 +3,15 @@ Version Control =============== ownCloud supports simple version control system for files. Versioning creates -backups of files which are accessible via the Versions link. This link contains -the history of the file where you can roll back a file to any previous version. -Changes made at intervals greater than two minutes are saved in -data/[user]/versions. - -To restore a specific version of a file, hover your cursor over a file and click -the *Versions* link. If any version is available, you should see a list like -the image below: +backups of files which are accessible via the Versions tab on the Details +sidebar. This tab contains the history of the file where you can roll back a +file to any previous version. Changes made at intervals greater than two minutes +are saved in data/[user]/versions. .. figure:: ../images/files_versioning.png -Clicking on *Restore* next to any version will revert the file to that -version back. +To restore a specific version of a file, click the circular arrow to the left. +Click on the timestamp to download it. The versioning app expires old versions automatically to make sure that the user doesn't run out of space. This pattern is used to delete diff --git a/user_manual/images/files_versioning.png b/user_manual/images/files_versioning.png index b44f8ff5d..6464fc6e3 100644 Binary files a/user_manual/images/files_versioning.png and b/user_manual/images/files_versioning.png differ