Hello,
I have a problem on several servers with samba vfs_recycle module.
here is part of my smb.conf:
Deleted files are placed in the trash, however they are not touched!
So when old files are deleted, they are moved to the trash with their original modification time and such files can be immediately deleted by the trash-clearing script (find /path/to/.trash -type f -mtime +60 -delete).
There is no problem in the version 4.13.13-Debian (with a same config).
I have a problem on several servers with samba vfs_recycle module.
here is part of my smb.conf:
Code:
recylce:excludedir = tmp temp cache recycle:exclude = *.tmp *.temp *.exe *.iso ~$* *.~?? recycle:minsize = 1 recycle:versions = Yes recycle:touch = Yes recycle:touch_mtime = Yes recycle:keeptree = Yes recycle:directory_mode = 2777 vfs objects = recycle
So when old files are deleted, they are moved to the trash with their original modification time and such files can be immediately deleted by the trash-clearing script (find /path/to/.trash -type f -mtime +60 -delete).
There is no problem in the version 4.13.13-Debian (with a same config).
Statistics: Posted by _track2 — 2024-04-15 17:32 — Replies 0 — Views 13