On 2018-07-17 15:06, Sal Ghani wrote:
Hi All,

Newbie to BackupPC, running v 3.3.1 on CentOS 7. I am attempting to
backup 1 shared folder on a Windows 2008 R2 server using SMB.

On running a full backup, I see files get copied to the backuppc
server from the 2008R2 server but the backup job will fail with the
following error:

Backup failed on <windows server> (tar:717  Total bytes received:
15010160766).

I haven’t been able to figure out what is going on. Since about 14G
of files get copied, it doesn’t seem to be a permissions issue.

Config.pl for the client is as follows:

$Conf{XferMethod} = 'smb';

$Conf{SmbShareName} = [

  'Public-Share'

];

$Conf{XferLogLevel} = '5';

$Conf{CompressLevel} = '9';

$Conf{BackupZeroFilesIsFatal} = '0';

Smbclientfullcmd is set with the default: $smbClientPath
\\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\ full
-Tc$X_option - $fileList

Any help would be greatly appreciated.

Thanks,

Sal Ghani.

This advice is pretty generic, since there's not a lot to go on:
1) Test the command line outside of BackupPC to ensure the underlying transport is behaving as expected
2) Increase the log verbosity to see what's going on
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to