-
Recycle Bin (vfs recycle) for SMB Shares
Hello, I have a problem that just started happening regarding the recycle bin "stats" page. The recycle bin still functions as expected, but I had a share "disappear" from the shares section of the plugin. All the other shares are still listed with their respective trash size. I'm not sure why the one share went MIA in the stats. Also since that share disappeared, the "Recycle Bin Total Size" shows "0 B" even though the other shares listed below all have a combined several gigs of trash reflected in the plugin stats. Not sure if it matters, but the shares that still show up have individual totals that range from 500MB to 500GB. The missing volumes .Recycle.Bin folder is 4.6TB containing a general mix of files ranging from small (like git repo) to large (like VM Virtual disks). I did not make any changes to the server or SMB settings from when it was working to not. I have been doing a lot of file copies though (all via Windows Explorer) and did have a scenario where I had to restore a folder from the .Recycle.Bin where I just browsed to it in Windows Explorer and dragged it from .Recycle.Bin back to it's original location. Is there a log I can check to see what is going on, or maybe a config file I can reset and have it scrape the Recycle.Bin(s) info back into the plugin? Again, everything is working other than the stats and I would just not worry about it, but it seems like that might affect the delete aged function. Thanks
-
Recycle Bin (vfs recycle) for SMB Shares
Thank you for the quick fix! Donated.
-
Recycle Bin (vfs recycle) for SMB Shares
I am seeing the same issue as the others. After the last update, deleted files are no longer going to the .Recycle.Bin folders. I ran into some permission issues in the past that was fixed by deleting the existing folders and letting them get recreated. That did not work with this newest version. Troubleshooting steps. Delete (rename) .Recycle.Bin folders on ALL shares ununstall Recycle Bin plugin rename /boot/config/plugins/recycle.bin folder stop array remove and custom smb parameters reboot reinstall recycle.bin plugin (/boot/config/plugins/recycle.bin was recreated and populated with new files) enable Recycle Bin (with deleted file logging) and start service test delete a file (.Recycle.Bin folder NOT created and no file delete logged) recycle.bin parameters are added to /etc/samba/smb-shares.conf (and removed if plugin is disabled) [CABackup] path = /mnt/user/CABackup comment = Leave this share on the array! browseable = yes writeable = no read list = write list = changed valid users = changed case sensitive = auto preserve case = yes short preserve case = yes recycle:repository = .Recycle.Bin recycle:directory_mode = 0777 recycle:keeptree = Yes recycle:touch = Yes recycle:touch_mtime = No recycle:minsize = 1 recycle:versions = Yes recycle:exclude = *.tmp recycle:exclude_dir = .Recycle.Bin I feel like it has something to do with smb, but can't figure it out.