삭제된 파일 관리하기

When you delete a file in Nextcloud, it is not immediately deleted permanently, only 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.

Nextcloud 웹 인터페이스의 파일 페이지에서 삭제된 파일 버튼을 눌러 삭제된 파일을 찾으십시오. 해당 파일을 복구하거나 영구히 삭제할 수 있습니다.

할당 용량

삭제된 파일은 사용자의 저장 용량에 산입되지 않습니다. 개인이 소유한 파일만 이 할당 용량에 산입되며, 공유된 파일또한 해당하지 않습니다. (할당 용량 문서를 참조하여 할당 용량에 대해 더 자세히 알아보십시오.)

공유된 파일을 삭제했을 때 벌어지는 일

공유된 파일을 삭제하는 것은 조금 복잡할 수 있습니다. 다음과 같은 경우가 대표적입니다:

  1. User1이 폴더 “test”를 User2, User3와 공유합니다

  2. User2 (수신자)가 “test” 내에 있는 파일/폴더 “sub”를 삭제함

  3. 폴더 “sub”는 User1(소유자)과 User2(수신자)의 휴지통으로 각각 이동합니다.

  4. But User3 will not have a copy of “sub” in their trash bin

User1이 “sub”를 삭제했을 때 이는 User1의 휴지통으로 이동합니다. 해당 파일은 User2, User3의 계정에서도 제거된 상태지만, 그들의 휴지통에는 이 파일이 존재하지 않습니다.

다른 사용자와 파일을 공유했다면, 해당 사용자는 이를 복사, 이름 변경, 이동, 다른 사람과 재공유할 수 있습니다. 일반적인 컴퓨터가 그러하듯, Nextcloud 또한 이를 방지할 특별한 수단은 없습니다.

삭제된 파일 앱이 저장 용량을 관리하는 방식

사용자가 이러한 할당 용량을 초과하지 않도록, Deleted Files 앱은 해당 계정이 사용하지 않은 용량의 50%를 최대 용량으로 설정합니다. 삭제된 용량이 이 한계치를 초과한다면, Nextcloud는 삭제 시점이 오래된 파일부터 차례대로 완전히 제거해 한계치를 다시 맞춥니다.

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 30 days. The 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, Nextcloud calculates the maximum available space every time a new file is added. If the deleted files exceed the new maximum allowed space Nextcloud will permanently delete those trashed files with the soonest expiration until the space limit is met again.

참고

Your administrator may have configured the trash bin retention period to override the storage space management. See admin documentation for more details.