Hi Ludovic, + * Fix for Samba 4.2.x update which broke SMB based backups. + Moreover $Conf{BackupZeroFilesIsFatal} = 0 should be set for SMB backups, + or add '-d 5' to $Conf{SmbClientFullCmd} and $Conf{SmbClientIncrCmd} + in config.pl. Closes: #820963
you mean -d 5 than -d 1? $smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\ full -Tc$X_option - $fileList $smbClientPath \\$host\$shareName $I_option -U $userName -E -d 5 -c tarmode\ full -Tc$X_option - $fileList Samuel 2016-05-27 10:40 GMT+02:00 Ludovic Drolez <ldro...@debian.org>: > On Thu, May 26, 2016 at 11:00:32PM +0200, Samuel Wolf wrote: > > where I can found this version to test? > > Hi! I have to upload it first to 'unstable', it will take a little more > time before it's accepted in proposed-updates. > > Regards, > > -- > Ludovic Drolez. > > http://www.aopensource.com - The Android Open Source Portal > http://www.drolez.com - Personal site - Linux and Free Software >