BackupPC-users

[BackupPC-users] problem with smb transfers

2009-12-16 17:06:30
Subject: [BackupPC-users] problem with smb transfers
From: Omid <backuppc AT omidia DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 16 Dec 2009 14:02:34 -0800
so i've set up my backuppc server again (we got a bunch of new drives and new server) and rather than upgrade, i just did a fresh installation.  so i've migrated my settings from v2.1 to v3.2.0beta0, and i'm having a problem with smb transfers.

they seem to fail.  here's a sample xfer error log file:

Running: /usr/bin/smbclient \\\\prettylady\\c\$ -I 192.168.0.244 -U backupuser -E -N -d 1 -c tarmode\ full -Tc - \\_data_\\\* \\faxserver\\\*
full backup started for share c$
Xfer PIDs are now 20691,20690
Anonymous login successful
[ skipped 1 lines ]
tree connect failed: NT_STATUS_ACCESS_DENIED
Anonymous login successful
[ skipped 1 lines ]
tree connect failed: NT_STATUS_ACCESS_DENIED
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share c$)
Backup aborted (No files dumped for share c$)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)



what i don't get is why is it trying to log in anonymously??  it should be logging in as "backupuser", and the smbclient seems to indicate that.  the config file for this machine is:

$Conf{SmbShareName} = 'c$';
$Conf{BackupFilesOnly} = {
      'c$' => [
               '\_data_\*',
               '\faxserver\*'
               ],
};


and in the config.pl, the lines:

$Conf{SmbShareUserName} = 'backupuser';
$Conf{SmbSharePasswd} = 'xxxxxxxx';

exist.

when i try to log into the host from another windows machine, to the c$ share, using the user backupuser and the password, it connects fine.

i suspect i've forgotten to update a line in my config.pl.  (i didn't copy the one from v2.1 over, i did a fresh installation, i'm starting with a fresh pool, and so i went through the config.pl and set it all up again.

what did i forget?

thanks!

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
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] problem with smb transfers, Omid <=