Hi all.
How do I go about creating recycle bin under samba 2.2.8a? I tried everything but nothing happen. Not even recycle directory been created. Here is my config:
[john]
comment = john's stuff
path = /home/john
valid users = john
public = no
writeable = yes
printable = no
create mask = 0600
vfs object = /usr/local/lib/samba/recycle.so
vfs options = /usr/local/etc/recycle.conf
My recycle.conf file :
name = .recycle/%U
mode = KEEP_DIRECTORIES|NOVERSIONS|TOUCH
maxsize = 0
exclude = *.tmp|*.temp|*.o|*.obj|~$*
excludedir = /tmp|/temp|/cache
noversions = *.doc|*.xls|*.ppt
Thank you in advance.
dbase77
How do I go about creating recycle bin under samba 2.2.8a? I tried everything but nothing happen. Not even recycle directory been created. Here is my config:
[john]
comment = john's stuff
path = /home/john
valid users = john
public = no
writeable = yes
printable = no
create mask = 0600
vfs object = /usr/local/lib/samba/recycle.so
vfs options = /usr/local/etc/recycle.conf
My recycle.conf file :
name = .recycle/%U
mode = KEEP_DIRECTORIES|NOVERSIONS|TOUCH
maxsize = 0
exclude = *.tmp|*.temp|*.o|*.obj|~$*
excludedir = /tmp|/temp|/cache
noversions = *.doc|*.xls|*.ppt
Thank you in advance.
dbase77