Update deleted_file_management.rst

This commit is contained in:
Marius Blüm 2016-06-11 16:37:56 +02:00 committed by Lukas Reschke
parent 63535598a0
commit c913037914
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C

View File

@ -2,13 +2,13 @@
Managing Deleted Files
======================
When you delete a file in ownCloud, it is not immediately deleted permanently.
When you delete a file in Nextcloud, it is not immediately deleted permanently.
Instead, it is moved into the trash bin. It is not permanently deleted until
you manually delete it, or when the Deleted Files app deletes it to make room
for new files.
Find your deleted files by clicking on the **Deleted files**
button on the Files page of the ownCloud Web interface. You'll have options to
button on the Files page of the Nextcloud Web interface. You'll have options to
either restore or permanently delete files.
Quotas
@ -35,7 +35,7 @@ When User1 deletes "sub" then it is moved to User1's trash bin. It is
deleted from User2 and User3, but not placed in their trash bins.
When you share files, other users may copy, rename, move, and share them with
other people, just as they can for any computer files; ownCloud does not have
other people, just as they can for any computer files; Nextcloud does not have
magic powers to prevent this.
How the Deleted Files app Manages Storage Space
@ -43,15 +43,15 @@ How the Deleted Files app Manages Storage Space
To ensure that users do not run over their storage quotas, the Deleted Files
app allocates a maximum of 50% of their currently available free space to
deleted files. If your deleted files exceed this limit, ownCloud deletes the
deleted files. If your deleted files exceed this limit, Nextcloud deletes the
oldest files (files with the oldest timestamps from when they were deleted)
until it meets the memory usage limit again.
ownCloud checks the age of deleted files every time new files are added to the
Nextcloud checks the age of deleted files every time new files are added to the
deleted files. By default, deleted files stay in the trash bin for 180 days. The
ownCloud server administrator can adjust this value in the ``config.php`` file
Nextcloud server administrator can adjust this value in the ``config.php`` file
by setting the ``trashbin_retention_obligation`` value. Files older than the
``trashbin_retention_obligation`` value will be deleted permanently.
Additionally, ownCloud calculates the maximum available space every time a new
Additionally, Nextcloud calculates the maximum available space every time a new
file is added. If the deleted files exceed the new maximum allowed space
ownCloud will expire old deleted files until the limit is met once again.
Nextcloud will expire old deleted files until the limit is met once again.