-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data in trashbin is kept longer than configured for trashbin app #345
Comments
Does no one else experience this problem ? I am affraid a little that my storage is getting slowly less and less since when i look into the trashbin with my admin account. Files deleted from group folders seems to stay there forever |
I've the same problem. |
Same issue here, nextcloud 16.0.4, group_folders 4.1.0: |
I wrote a quick bash to delete files/folders older than n days.. This might be useful to you. |
Nextcloud 17.0.1 on Ubuntu 19.04 I have |
This is basically the problem. The Groupfolders app does not obey any trash file retention policy and must be cleaned manually. |
Yeah people, to add my self as well to the trashbin bug train, I could only say please let's try to find a solution. I must make a little criticism if you allow me to do so. I believe a deleted file from the group folder should be deleted immediately and not be moved to the users trashbin. This could be a workaround for the first. A nice pop up warning before deletion should be fine. In this manner we would avoid to break nextclouds trashbin functionality through the groupfolder app. I guess this would be a good and fast workaround, until the problem get's really solved. Maybe there is somebody who agrees with me? Thanks Haydar |
I also would like to ask you what you think about a slight shift in the priorities ? In my opinion before working on something like this #750 and spent development time there, i think a working trashbin is way more important. Please don't get me wrong here Nextcloud is an amazing project and all you guys do a great job in this project. |
Sorry, I did not get you Hans, who do you address with your comment? |
Anyone who is actively working on the groupfolder app development |
Yeah, this issue must have the highest priority and the groupfolders app should be integrated as a integral part of NC. I guess it is a very good app with a slightly touch;-) So please developers, just give a hand on it. My opinion just to direct delete the files from the groupfolder would be a good start and easy to implement I guess, of course with a little warning before deleting. It shouldn't be so difficult to my opinion eh? Many Thanks Haydar |
I agree with @mesiah1970-haydar That it might just be best to delete the file rather than putting it in the deleted items of a user who deleted it. How can you possibly track down the person who deleted a file out of a group folder. Better to just delete it right away, get the normal trash retention working. |
That is not the problem here. The specific user that deleted a file/folder is not tracked down. |
Yeah, I forgot to mention it. Maybe some of yours have the retention app enabled, so if a lousy user is not deleting the files by himself, the retention app would move it to the trashbin. And this leads us to the trashbin issue again. Mmmm maybe my thought was not that simple. So we have then one more player on board: The retention app. So it would be a nice option to have the retention app directly delete the files after a certain time e.g. 30 days, instead of moving the files based on their tags to the trashbin. Am I wrong? Haydar |
Hello and Good morning, the groupfolders trashbin should expire. Maybe we can achieve this with a extra option in the group folder app, or create a new groupfolder occ command. It could be something simple, which could help people to get out of the trashbin mess. Please help us! A groupfolder app without a correctly working trashbin is just frustrating Rgds Haydar |
well folks, since there is no response regarding the groupfolder trashbin, I guess this issue is going to take a long time or will not implemented. At least I would expect a response regarding how to handle this issue. really frustrating Haydar |
Hello, ok let's try in dutch: Ja, dit probleem moet de hoogste prioriteit hebben en de groepsfolders-app moet worden geïntegreerd als een integraal onderdeel van NC. Ik denk dat het een zeer goede app is met een lichte aanraking ;-) Dus ontwikkelaars, geef het gewoon een handje. Mijn mening om alleen de bestanden rechtstreeks uit de groupfolders te verwijderen zou een goed begin zijn en gemakkelijk te implementeren denk ik, natuurlijk met een kleine waarschuwing voor het verwijderen. Naar mijn mening zou het niet zo moeilijk moeten zijn, hè? Erg bedankt Haydar |
@mesiah1970-haydar you can pay for support and just make a ticket on their support ... |
..and if you can explain me where to apply and who to ask etc..that would be just nice my friend. awaiting your precious information. Haydar |
...please do not misunderstand me, but I don't want to buy a subscription, just want to use the community version of NC. I "just" need a trashbin feature to be implemented. So I guess in your developer jargon it's called a "bounty"? Is that possible? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Lets just link the two tickets, both talking about a groupfolder trashbin bug. Perhaps they can be resolved "at once". updated wording |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
What would it take to get a fix out there for this? It really seems like you would need indefinite storage if you have a group folder that you frequently delete from. If Group Folders can have configurable storage quotas, its hard to enforce that when the storage balloons because it will hold those files forever instead of obeying retention. Is this something that would need to be fixed in the GroupFolder app project itself, or is this a fix that would need to be made as part of the base Nextcloud app files_trashbin? |
Hi, Since the command Can we hope for a fix to this issue ? I had the problem with my cloud where about 150Gb of groupfolder files where in the trashbin and not deleted because groupfolder does not take in count the Thx |
You can check the implementation progress here: #991 (comment) |
Duplicate of #930 |
i configured the trash bin app in NC 15.0.4 like this
'trashbin_retention_obligation' => 'auto, 7',
I would assume that all files in the trashbin are than deleted after 7 days but it seems that they are kept for the standard 30 days.
Is this configuration maybe only true for file which are not in group folders ?
The text was updated successfully, but these errors were encountered: