BackupPC-users

[BackupPC-users] SMB shares backup issue with smbclient 4.2.10

2016-04-26 07:24:31
Subject: [BackupPC-users] SMB shares backup issue with smbclient 4.2.10
From: Otto Wincrantz <owincran AT tibco DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 26 Apr 2016 12:55:05 +0200
Just thought I'd share this, in case someone else comes across the same issue.

BackupPC-3.3.1-1.el7.x86_64 on CentOS 7.1

After a nightly yum update, which updated smbclient to 4.2.10, all SMB backups of my NetApp filers stopped working with the error below:
2016-04-20 15:00:04 full backup started for share backup1
2016-04-20 15:00:07 Got fatal error during xfer (session setup failed: NT code 0x80090302)
2016-04-20 15:00:16 Backup aborted (session setup failed: NT code 0x80090302)
The fix was to change the smb backup command, adding --option=clientusespnego=no, like so:
$smbClientPath --option=clientusespnego=no \\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\ full -Tc$X_option - $fileList

Cheers,

Otto

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] SMB shares backup issue with smbclient 4.2.10, Otto Wincrantz <=