Displaying 5 results from an estimated 5 matches for "sambaorg".
Did you mean:
sambalog
2004 Jan 30
2
WINS, must be master browser?
i have an NT4 server and a linux samba server. the NT4 server is
currently the WINS server. it works perfectly. i want to ditch it and
use my samba server as the WINS server, however WINS simply does not
work. could this be becuase the WINS server also needs to be the local
master browser?
here is the global section of my smb.conf
[global]
workgroup = laboratory
os level = 2
2018 Feb 16
0
vfs_shadow_copy2 with snapprefix & delimiter options in samba 4.6.2
Hi,
As per the list.samba.org link, did you try including the delimiter
within the format, ie as shown in the following?
shadow:snapprefix = ^d[A-Za-z0-9]*y$
shadow:delimiter = _IPG_
shadow:format = _IPG_%Y.%m.%d-%H.%M.%S
Regards,
Mike
On 16/02/2018 16:50, Edouard Guigné via samba wrote:
> Hello Dear Samba Users,
>
> I have sucessfully set a samba share on a centos 7 box (samba 4.6.2)
2018 Feb 17
0
vfs_shadow_copy2 with snapprefix & delimiter options in samba 4.6.2
Hi
(+mailing list again for the archives)
My config which does show previous versions:
# /usr/local/samba/sbin/smbd --version
Version 4.6.11
To avoid having this config block within in each share, I define the
following within the [global] section:
shadow:snapprefix = ^\(monthly\)\{0,1\}\(weekly\)\{0,1\}\(daily\)\{0,1\}$
shadow:delimiter = _UTC_
shadow:format =
2018 Feb 19
0
vfs_shadow_copy2 with snapprefix & delimiter options in samba 4.6.2
Hi,
I notice you're using 4.6.2 and I'm using 4.6.11. I made the following
comment at some point within [global]:
#disable "unix extensions" to avoid using "allow insecure wide links"
# for access to ../xxxx_SNAPS for BTRFS "previous versions" snapshots
# --it seems to have reverted once more to not need the below two
settings
##unix
2017 Apr 02
2
vfs_shadow_copy2 delimiter not working
Hi
I could not get a custom "shadow:delimiter" for the vfs shadow_copy2
module to work successfully for me with Samba 4.6.2. I did not try
previous versions. Based on my testing it seems that an additional line
of code is needed in vfs_shadow_copy2.c as shown in the patch below
(some comment updates are included too for code readability).
Without the below patch, previous versions