|
Samba-3 has not yet been released, so by definition that means we are still working on it as well as the documentation. This will be documented properly before release -- in the man pages, the HOWTO and in the book version of the HOWTO that should be available in the last quarter of the year.
FYI, the paramters to the smb.conf option: "vfs module =" for the recycle
bin are:
recycle:repository="directory", default ".recycle" in the share root
recycle:keeptree=[False | True], default is False
recycle:versions=[False | True], default is False
recycle:touch=[False | True], default is False
recycle:exclude="pattern"
recycle:exclude_dir="pattern"
recycle:noversions="pattern"
recycle:maxsize='size'
For recycle to use a directory off the share root called "Crud," keeping the directory tree intact:
vfs object = recycle:repository="Crud" recycle:keeptree=True
Hope this helps.
Cheers,
John T.
|