Bug#820963: Backup with XferMethod smb and Samba 4.2 impossible in Debian Jessie
Ludovic Drolez <[email protected]> Fri, 15 Apr 2016 15:27:18 +0200
| Newsgroups | gmane.linux.debian.devel.bugs.general,gmane.comp.sysutils.backup.backuppc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi !
(Debian bug URL
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820963 )
Yes, a full fix won't be easy because smbclient output has changed
since samba 4.2.
For example in 4.1.x the following code was present in
samba/source3/client/clitar.c in do_atar():
if (tar_noisy) {
DEBUG(0, ("%12.0f (%7.1f kb/s) %s\n",
(double)finfo.size, finfo.size / MAX(0.001, (1.024*this_time)),
finfo.name));
}
clitar.c has been rewritten in 4.2+...