Displaying 20 results from an estimated 6000 matches similar to: "recycle not working as I expected"
2015 Mar 17
2
Recycle Bin On Share
Hello,
    Is this the preferred method for adding a recycle bin to a share?
Share is located on a Samba 4.1.17 member server.  Thanks.
/|[share]|/
	path = /data/share <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#PATH>
	vfs objects = recycle <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#VFSOBJECTS>
	recycle:repository = .recycle
2018 May 24
2
vfs objects recycle can not exclude profile directory
hello, everyone. I'm have a file server using samba 4.7.1 and it is a domain member.
I'm using the vfs objects "recycle". everything works ok except that I have add the "profiles" directory as an exclude_dir in vfs recycle, but when I delete a file in \\profiles\myusername.V2\Desktop\filename.txt, the file goes to \\recycle. It seems that the exclue rule do not take
2015 Mar 17
1
Recycle Bin On Share
Rowland,
    How exactly does this command work?
recycle:repository = .recycle/%U
Does the command create user folders with '.recycle' sub folders?
On 3/17/2015 10:23 AM, Rowland Penny wrote:
> On 17/03/15 14:05, James wrote:
>> Hello,
>>
>>      Is this the preferred method for adding a recycle bin to a share?
>> Share is located on a Samba 4.1.17 member
2004 May 26
1
example configuration for VFS recycle
Hi SAMBA users
Can anybody give me an working part of an smb.conf for vfs recycle?
I use SAMBA 3.0.2-7 on Fedora Core 1
I have read the samba howto and now I know the possible options but not 
the right syntax. I found only examples for SAMBA 2.x.
I tried the following (smb.conf ) but it isn't working for the specific 
share Daten
[Daten]
vfs objects = recycle
	recycle:repository =
2018 May 31
1
vfs objects recycle can not exclude profile directory
On Thu, 31 May 2018 13:17:06 +0800
adam_xu--- via samba <samba at lists.samba.org> wrote:
> Hello everyone. I have tested this in my testing env. there's no this
> bug in my test env with the same smb.conf.
> 
> the system version and the samba version are the same in testing and
> production env.
> 
> the difference is that the samba in production env is update
2004 Sep 03
1
samba3 vscan recycle exclude does not work
Hi,
i got a little prob with some features of recycle bin which dont work
using samba 3.06 suse 9
[files3]
         comment = public files
         path = /files3
         read only = No
         guest ok = Yes
         browseable = Yes
         csc policy = disable
         vfs objects = vscan-clamav, netatalk, audit, recycle
         recycle:keeptree = yes
         recycle:versions = yes
      
2009 Jul 07
3
VFS recycle & force user
Hi,
i have problem with share with parametr "force user"
Here i my settings of VFS modul recycle
vfs object = recycle
                recycle:repository = .recycle/%u
                recycle:maxsize = 50000000
                recycle:exclude = *.tmp *.temp *.o *.obj ~$*
                recycle:exclude_dir = sdileni/*/profile* tmp temp cache
                recycle:versions = yes
     
2020 Jun 22
2
Question regarding Recycle
Hi
Samba 4.12 on Ubuntu 20.04
Windows 10 and 7 clients
I have configured recycle on two shares, /Users and /Documents.
vfs objects = recycle
recycle:versions = yes
recycle:keeptree = yes
On the Users share I have
recycle:repository = /share/data
On the Documents share I have
recycle:repository = .Papperskorg (recycle bin in Swedish)
The Document share recycle works. Folder was created and the
2016 Jul 20
2
Enable Recycling
So I've added the following information to my smb.conf in the general 
section based off various information on the internet, but primarily from here:
http://timtrott.co.uk/enabling-recycle-bin-functionality-samba/
Nonetheless when I delete files from any shares they are not sent to 
Recycling. What am I missing?
# Enable Recycling
vfs objects = full_audit recycle
recycle:repository =
2005 Feb 22
1
Problems with VFS Recycle on SLES9
Hi list,
I have running samba 3.0.9 on a SuSE Enterprise-Server 9 with Kernel 2.6.5. Samba works
very well but In have one problem while using the recycle vfs with samba:
when I save a file (with wordpad or editor ...) to the network-share, a 0 byte-file will
automaticly be saved to the trash-folder. 
After removing the file from the network-share, the real file (>0 byte) will be stored 
to
2014 Feb 03
1
VFS module recycle not working
Hello,
I'm using Samba 3.6.9 on a CentOS 6.5 machine and want to enable the 
'recycler'-feature. So I added following lines to the [global]-section 
of my smb.conf:
         vfs object = recycle
         recycle:repository = .deleted/%U
         recycle:keeptree = Yes
         recycle:touch = Yes
         recycle:versions = Yes
         recycle:maxsixe = 0
         recycle:exclude =
2016 Oct 24
4
Fix sharing ACL
Gentlemen, 
I am struggling to solve this problem. 
My file server Samba 4.4.5. 
Even the administrator user (domain admin) could not write to the share. 
Could someone give me a hint, in order to solve this problem?
shared folder: /mnt/data
Folder permissions:
# getfacl /mnt/data/teste/ 
getfacl: Removing leading '/' from absolute path names 
# file: mnt/data/teste/ 
# owner: ricardo
2007 Jun 21
1
Recycle bin and ACL
Hello,
we are using the vfs module recycle with the following config:
vfs objects = recycle
recycle: repository = .Papierkorb
recycle:directory_mode = 0777
recycle:subdir_mode = 0777
recycle: keeptree = Yes
recycle: exclude = *.tmp, *.temp, *.log, *.ldb
recycle: exclude_dir = tmp
recycle:versions = Yes
Problem is that everybody can see deleted documents in the
recycle bin.
But if I set
2016 Jun 15
1
weird error rights in folders
Hello rowland,
follow the informations:
1) ./configure --prefix=/opt/samba --enable-selftest --enable-debug
2) samba-tool domain provision --domain=CMC --adminpass=Mudar2016 
--dns-backend=BIND9_DLZ --server-role=dc --use-rfc2307 --realm=CMC.CORP
3) I created a script to start this as described in the manual Samba4
[global]
         netbios name = SAMBA
         realm = CMC.CORP
        
2019 Jun 10
2
SAMBA AD VFS:Recycle bad permissions
On 10/06/2019 08:51, Tom?? Havl?n wrote:
> Hello
> my smb.conf + working and no working ACL share folders
>
> [global]
> netbios name = FENIX
> realm = PFCZ.INTRA
> server role = active directory domain controller
> workgroup = PFCZ
> idmap_ldb:use rfc2307 = yes
> dns forwarder = 10.254.254.1
>
> unix extensions = no
> wide links = yes
> follow symlinks =
2018 Jan 15
2
Failed to enumerate objects in the container. Access is denied
HI!
I have one fileserve, has ok but now when change permission(oyher user 
not Administrator) with RSAT show me message:
"Failed to enumerate objects in the container. Access is denied"
Samba Version (Compilated)
4.7.3
Ubuntu 16.04
# smb.conf
[global]
         workgroup = XXXXX
         realm = INTERNO.XXXXX.XXX.BR
         security = ADS
         username map =
1997 Nov 14
4
Authentication problems
I am having a problem similar to the one that Jason Gerrity is having
with authentication.  Sometimes people are unable to access drives on
one of our unix servers from an NT machine.  They are prompted for their
password and when they enter it they get the message "Incorrect password
or unknown username."  These are people that have permissions on unix
and can usually access these
2008 Aug 13
3
config-file for recycle bin
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?
2018 Oct 30
3
Problem with rights in samba 4.9.0
good afternoon everyone, 
I have a problem that I can not solve I have installed a samba 4.9.0 in centos 7.5 using XFS. 
In the DPTO share I have the departmental folders, which I gave the rights to the groups. 
The problem: 
when a user creates a file within some sub-folders the group's rights do not arrive in the file is read-only. 
When the user accesses a website and downloads
2011 Nov 28
1
Very strange permission problem: samba on zfs-fuse
Hi all,
Centos 5.7
samba-common-3.0.33-3.29.el5_7.4
samba-3.0.33-3.29.el5_7.4
zfs-fuse-0.6.9_p1-6.20100709git.el5.1
smb.conf
[depot]
path = /data/depot
public = no
writable = yes
directory mask = 2775
create mask = 0664
vfs objects = recycle
        recycle:repository = .deleted/%U
        recycle:keeptree = Yes
        recycle:touch = Yes
        recycle:versions = Yes
        recycle:maxsixe =