Is your feature request related to a problem? Please describe.
I have a big external storage with a huge amount of videos. Now remove such a big file (using NC).
According to my research the to-be-removed file will be moved to the trash folder of my current user and the file will be removed on the external storage. This has some draw-backs:
- The trash gets full quite quickly as the NC data partition is not too big.
- As a result all other trashed files get removed to free up space. This can cause other problems.
- The file needs to be copied from one partition to another. This might take significant time causing PHP to time out in worst case scenario.
Describe the solution you'd like
There could be a set of additional setting in the config of the external storage. Using these I can define how the trash in the external storage should be managed. Suggestions:
- Keep the old behavior
- Remove without trashing
- Use a separate folder (on the external storage partition) as trash folder. This renders the copy/removal much more quick as it is a simple rename.
- Use a dot folder in the root of the external storage to keep track of the files (but hide it from the NC UI of course)
Is your feature request related to a problem? Please describe.
I have a big external storage with a huge amount of videos. Now remove such a big file (using NC).
According to my research the to-be-removed file will be moved to the trash folder of my current user and the file will be removed on the external storage. This has some draw-backs:
Describe the solution you'd like
There could be a set of additional setting in the config of the external storage. Using these I can define how the trash in the external storage should be managed. Suggestions: