Samba Recycle
I have recently installed Ubuntu 14, i'm using samba with recycle bin option but it's not working properly.
I want to have separate directory for samba recycle bin, but with my current configuration samba just create file tree and deleted file goes missing.
here is my samba share setting,
[share]
force user = nobody
recycle:keeptree = Yes
config-file = /etc/samba/recycle.conf
recycle:repository = /Deleted-Files/share
path = /share
directory mode = 777
guest account =
create mode = 777
force group = test
valid users = test
recycle:versions = Yes
vfs object = recycle full_audit
whenever i change recycle repository to .recycle it working fine under my current share.
Help me out.
|