Hello,

I have recognized a pretty annoying thing with my Samba-Server:
My smb.conf is set, that deletet files go into the dir
".Papierkorb". It works well one one Client, but when the user deletes Files on 
the other client, a dir called "RECYCLER" appears with the file and some .ini 
files in it. Is there a way to solve this?

Both clients are WinXP, I'm using Samba Version 3.014.

My smb.conf:

[global]
        security = SHARE
        workgroup = ASPEKTA

[Daten]
        path = /srv
        comment = Daten für Jana und Martin
        valid users = @benutzer
        force directory mode = 660
        force create mode = 660
        writable = Yes

        # Papierkorb ######################

       vfs objects = recycle
               recycle:repository = .Papierkorb
               recycle:keeptree = Yes
               recycle:versions = No

        ############## Papierkorb Ende ####


I'm happy with any help I can get


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to