From dadb69e040ecd0b85bd3f8c348b0e276958d0f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Mon, 15 Apr 2013 11:26:03 +0200 Subject: [PATCH] add user docu for deleted files to explain the expire function --- user_manual/files/deletedfiles.rst | 14 ++++++++++++++ user_manual/files/index.rst | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 user_manual/files/deletedfiles.rst diff --git a/user_manual/files/deletedfiles.rst b/user_manual/files/deletedfiles.rst new file mode 100644 index 000000000..b0ee55c8f --- /dev/null +++ b/user_manual/files/deletedfiles.rst @@ -0,0 +1,14 @@ +Deleted Files +============= + +ownCloud keeps a copy of your deleted files in case you need them again. To +make sure that the user doesn't run out of memory the deleted files app +manages the size of the deleted files for the user. By default deleted files +stay in the trash bin for 180 days. ownCloud checks the age of the files every +time a new files gets moved to the deleted files and remove all files oder than +180 days. The user can adjust this value in the config.php by setting the +***"trashbin_retention_obligation"*** value. + +Beside that the delted files app take care to never use more that 50% of your +currently available free space. If your deleted files exceed this limit ownCloud +deletes the oldest versions until it meets the memory usage limit again. diff --git a/user_manual/files/index.rst b/user_manual/files/index.rst index 6a84d1149..779234a71 100644 --- a/user_manual/files/index.rst +++ b/user_manual/files/index.rst @@ -7,4 +7,5 @@ Files & Synchronization files versioncontrol - sync \ No newline at end of file + deletedfiles + sync