Displaying 20 results from an estimated 2000 matches similar to: "how to use recycle:excludedir"
2023 Nov 30
1
Win ACL share Perm and recycle bin
Hi
I've set up a domain with 2 dc (samba 4.16.10 - debian 11) a fileserver ( 4.15.13 ubuntu 22) , and 50 windows client.
fileserver has a few share with win ACL ( I follow [ https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs | https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs ] ) .
Everythings works fine and I can setup security access for that
2005 Sep 28
0
VFS recycle - can't get exclude_dir to work
Hello
I'm testing the VFS recycle stuff on a 3.0.14a-Debian (Debian Sarge,
kernel 2.6.8-2). The smb.conf share config part looks like this:
[write]
path = /sambashared/write
browseable = yes
writable = yes
public = yes
vfs object = recycle
#recycle:repository = ../readonly
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:maxsize = 1000000
2019 Jul 02
0
Weird access problem to files
On 02/07/2019 12:14, Lorenzo Milesi wrote:
>> The latest Samba version is 4.10.6 and there have been numerous updates
>> since 4.3.11, but you shouldn't be having the problem you have, so lets
>> start be you posting your smb.conf
> Thank you very much.
> Here it is:
>
> [global]
> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd,
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
2023 Aug 24
0
Samba recycle bin excludedir doesn't work for me
Hello,
I'm testing the "recycle: excludedir" option of Samba recycle bin but
for some reason every deleted file is sent to the recycle bin, even
those in excluded paths. Using samba/focal-updates,now
2:4.15.13+dfsg-0ubuntu0.20.04.4.
This is the config for that share:
---
[SHARE1]
??? path = /isp/SHARE1
??? browseable = no
??? force create mode = 0660
??? force directory
2005 Jun 03
1
HELP! After upgrade, can't get at my shares
I'm really not looking forward to downgrading because of this but if
this persists much longer I'll have to. :-(
Platform: MDV LE 2005
Previous version was 3.0.9 I think. Whatever the default for Mdk 10.1
Official was.
samba-swat-3.0.14a-2mdk
samba-smbldap-tools-3.0.14a-2mdk
samba-doc-3.0.14a-2mdk
samba-client-3.0.14a-2mdk
samba-common-3.0.14a-2mdk
samba-vscan-clamav-3.0.14a-2mdk
2019 Jul 02
3
Weird access problem to files
> The latest Samba version is 4.10.6 and there have been numerous updates
> since 4.3.11, but you shouldn't be having the problem you have, so lets
> start be you posting your smb.conf
Thank you very much.
Here it is:
[global]
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
realm = domain.lan
ldap server require strong auth =
2013 Dec 06
1
DNS_INFO_NO_RECORDS when trying to join domain
Hi.
I've a Samba 3.4.7 running on Ubuntu 10.04 configured as PDC.
It has always worked but lately these months strange things started to happen: clients cannot join the domain anymore.
I had to reinstall a computer but when I tried to add it back to the domain I get this error message in Windows XP: DNS_INFO_NO_RECORDS.
It seems windows cannot get server name via dns?
The samba server runs
2003 Aug 04
0
Réf. : Réf. : trash can on samba
Mateus, here is a more complex (working !) example :
vfs objects = recycle
recycle:name = .recycle
; max-size (in bytes) of files allowed in the recycle bin
recycle:maxsize = 2000000
; keep directory trees ?
recycle_keeptree = True
; files to exclude from the bin
recycle:exclude = *.tmp *.temp *.swp
; root dirs to exclude from the bin
recycle:exclude_dir = tmp
; include file versionning in the
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 =
2020 Mar 09
4
Errors for shares since 4.12.0
Hi,
I tried samba 4.12.0 on our file server which is a domain member and
exporting some shares. We're getting some strange errors on some shares
since the update.
Right after starting or restarting smbd everything is fine. After short
while (seconds or a few minutes) users are getting errors when trying to
access the shares, e.q. "Invalid Handle Error", "An unexpected
2020 Sep 21
0
Access denied for samba share
Hi,
we have a stange problem here since samba 4.12. Users on specific
clients are not allowed to access a share after reboot of the client and
in very rare cases suddenly during use. When we restart the smb service
after the access denied message on the client for a share, the user is
allowed to access the share. So there seems no problem with permissions.
Are there any known reasons for
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 =
2014 Feb 19
2
Samba4: Strange Behaveiour On Home share with 2 DC replicating /vfs glusterfs
There is a strange behaviour having two DCs joined in one Domain concerning
the [home] share.
The [home] is fixed on a replicating gluster volume on both DC.
Now creating the users directory with ADUC ex.: \\s4master\home\%username%
would do the necessary and the directory is created on both dcs. On the
first DC all working fine
without any issue but on the second the user cannot login their home
2019 Feb 19
0
samba 4.8x problem
testparm command output:
# Global parameters
[global]
allow dns updates = nonsecure and secure
bind interfaces only = Yes
client NTLMv2 auth = No
client signing = required
cups connection timeout = 60
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
lsarpc, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, remote,
dnsserver
dedicated keytab file = /etc/krb5.keytab
2003 Jul 29
0
Réf. : trash can on samba
Hi !
I successfully used recycle bin + audit with these parameters :
vfs objects = extd_audit recycle
I didn't configure anything else, so I can't tell for advanced options... I
don't remember having used any configure options for this.
Ganael.
mateus@tdkom.com.br@lists.samba.org on 07/28/2003 12:46:54 PM
Envoy? par : samba-bounces+ganael.laplanche=edf.fr@lists.samba.org
2004 Nov 09
1
Improper link handling?
Samba supports links now, right? I was recently experimenting with a
setup for cross-platform access to a user's FireFox bookmarks.
Unfortunately, FireFox overwrites the link to the bookmarks file on
exit. How is this possible if Samba is interpreting the link correctly?
Shouldn't the file that the bookmarks link points to be overwritten
instead? Both the link and the file are on
2009 Apr 01
5
Fun with permissions
Firstly, hello! :)
I've been trying to setup a share with permissions to allow users within
the web group to be able to put files up, have full access to their own
files but read only access to other users files, I've got what I think
should work, but it's not (hence this post).
The relevant section of the config is as follows
[Common]
comment = Common Area
writable = yes
2020 Mar 10
0
Errors for shares since 4.12.0
On 10/03/2020 08:03, Andreas Hauffe via samba wrote:
> We have a kerberized NFS4 running on that machine, too.
I do hope that you are not resharing the NFS share(s) via Samba, that
way lies madness ;-)
Try this smb.conf:
[global]
??????? workgroup = SUBDOM
??????? realm = SUBDOM.DOM.EXAMPLE.COM
??????? security = ADS
??????? bind interfaces only = Yes
??????? interfaces = lo enp1s0f0
2004 Jul 20
3
i need recycle bin configuration
any one can help me how to setting up recycle bin on samba
or manual references webstie
btw i'm using redhat 7.2 samba 2.2.7..
===========================================================================================
"Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet Gratis..
Dan ..ikuti "Instan Smile" berhadiah Xenia,Tour