[Pkg-samba-maint] DO NOT REPLY [Bug 4734] smbclient: tarmode excludes don't work

samba-bugs at samba.org samba-bugs at samba.org
Fri Dec 14 07:24:53 UTC 2007


https://bugzilla.samba.org/show_bug.cgi?id=4734





------- Comment #1 from ma33 at inbox.ru  2007-12-14 01:24 CST -------
run as:
/usr/bin/smbclient \\\\host\\share -U user -E -N -d 128 \
    -c tarmode\ full -TcrX - NOBACKUP
See in log
...
Excl: strlen(cur_dir) = 1
...tar_re_search: 1
ms_fnmatch(NOBACKUP,\NOBACKUP) -> 18

run as:
/usr/bin/smbclient \\\\host\\share -U user -E -N -d 128 \
    -c tarmode\ full -TcrX - \NOBACKUP
...
Excl: strlen(cur_dir) = 1
...tar_re_search: 1
ms_fnmatch(NOBACKUP,\NOBACKUP) -> 18

run as:
/usr/bin/smbclient \\\\host\\share -U user -E -N -d 128 \
    -c tarmode\ full -TcrX - \\NOBACKUP
...
Excl: strlen(cur_dir) = 1
...tar_re_search: 1
ms_fnmatch(\NOBACKUP,\NOBACKUP) -> 0
Skipping file \NOBACKUP

Now Ok
Use \\NOBACKUP

Michael


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



More information about the Pkg-samba-maint mailing list