Hi everyone,
I m experiencing a hard time with trying to get Samba work with recycle vfs module.
I have latest stable Samba (3.0.1) running on Red Hat 9. I know that parameters for VFS modules are not located in separate files as they used to be in 2.x versions of samba, but I havent found any example how to do it which would actually work on my server.
This is piece of my smb.conf
Quote:
[test]
path = /home/samba/shares/test
public = yes
writable = yes
create mask = 0777
directory mask = 0777
vfs object = recycle
|
When I use this settings it works with default options (uses .recycle but keeptree and versions are off)
Can anyone show me how to use this vfs module with specific keeptree, versions, touch and exclude settings?
I tried something like
vfs object = recycle recycle:repository=.kukuruku recycle:versions=True
but it didnt work (was still saving deleted files to .recycle) so i guess its not the right way how to do it
Thanks in advance