From f238696b3056eef00ec1d65bebaf2d4c85c600f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 16:57:59 +0200 Subject: [PATCH] Update version_control.rst --- user_manual/files/version_control.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/user_manual/files/version_control.rst b/user_manual/files/version_control.rst index ced3c7789..4eb14e6fe 100644 --- a/user_manual/files/version_control.rst +++ b/user_manual/files/version_control.rst @@ -2,7 +2,7 @@ Version Control =============== -ownCloud supports simple version control system for files. Versioning creates +Nextcloud supports simple version control system for files. Versioning creates 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 @@ -18,16 +18,16 @@ the user doesn't run out of space. This pattern is used to delete old versions: * For the first second we keep one version -* For the first 10 seconds ownCloud keeps one version every 2 seconds -* For the first minute ownCloud keeps one version every 10 seconds -* For the first hour ownCloud keeps one version every minute -* For the first 24 hours ownCloud keeps one version every hour -* For the first 30 days ownCloud keeps one version every day -* After the first 30 days ownCloud keeps one version every week +* For the first 10 seconds Nextcloud keeps one version every 2 seconds +* For the first minute Nextcloud keeps one version every 10 seconds +* For the first hour Nextcloud keeps one version every minute +* For the first 24 hours Nextcloud keeps one version every hour +* For the first 30 days Nextcloud keeps one version every day +* After the first 30 days Nextcloud keeps one version every week The versions are adjusted along this pattern every time a new version gets created. The version app never uses more that 50% of the user's currently available free -space. If the stored versions exceed this limit, ownCloud deletes the oldest +space. If the stored versions exceed this limit, Nextcloud deletes the oldest versions until it meets the disk space limit again.