|
Post by leo246 on Nov 20, 2007 3:47:12 GMT 7
I have implemented the trashcan in smb/cifs and it works great, but i'm not sure how to make it a module. The solution is simple: 1. Copy the file recycle.so to /app/etc/samba (file can be found at packages.debian.org/sarge-backports/arm/net/samba ) 2. Add the following to the [share] in the smb.conf file. vfs object = /app/etc/samba/recycle.so # I am not sure this is really necessary vfs object = recycle:repository=.recycle recycle:versions=True recycle:touch=True recycle:keeptree=True recycle:exclude=*.tmp|*.temp|*.o|*.obj|~$* recycle:exclude_dir=/tmp|/temp|/cache
|
|
|
Post by getmythe on Nov 20, 2007 5:12:50 GMT 7
There is no need to download shared lib recycle.so. It is already present in /opt/samba/lib/vfs/recycle.so
|
|