[Samba] config-file for recycle bin

Günter Kukkukk linux at kukkukk.com
Wed Aug 13 12:09:23 GMT 2008


Am Mittwoch, 13. August 2008 schrieb David Kuntadi:
> I make a recycle bin as follow:
> 	
> config-file = /etc/samba/recycle.conf
> vfs object = recycle
> recycle:subdir_mode = 0770
> recycle:keeptree = Yes
> recycle:repository = Recycle Bin
> recycle:versions = Yes
> recycle:directory_mode = 0770
> 
> But testparm shows:
> 
> Unknown parameter encounter: "config-file"
> Ignoring unknown parameter "config-file"
> 
> What could be the problem and the solution?
> 
> Regards,
> David

to check for the right syntax
  - use 'man smb.conf'
  - 'testparm -vs' will list _all_ options set (also the default ones)

So 'testparm -vs | grep config' could lead you in the right
direction:
  ...
  config file =
  ...

Cheers, Günter


More information about the samba mailing list