Given the following in /etc/samba/smb.conf on CentOS (kernel 2.6.9-42) I have a fully functioning and recycle-bin-protected 'data' share. While writing a script to automatically erase old items out of the recycle bin I noticed that the 'recycle:touch = yes' parameter doesn't seem to be working. The files are simply moved to the .Trash_Can/U% directory with the last modified date. [data] path = /data force create mode = 0775 force directory mode = 0775 writeable = yes browsable = yes printable = no vfs object = recycle recycle:repository = .Trash_Can/%U recycle:keeptree = yes recycle:touch = yes recycle:versions = yes recycle:maxsize = 100000000 recycle:exclude = *.tmp ~*.doc ~*.dot recycle:exclude_dir = /tmp recycle:noversions = *.doc *.xls [backups] path = /backups force create mode = 0775 force directory mode = 0775 writeable = yes browsable = yes printable = no
*** This bug has been marked as a duplicate of bug 2194 ***