Thanks I was able to solve the problem by using C$. An error on my part. Thanks again.
Jacob -----Original Message----- From: Alex Machina [mailto:[email protected]] Sent: Thursday, December 01, 2011 4:43 PM To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Backup setup I remember having the same problem but I don't remember the sum total of the changes I made to make it work. However, here is a list of my cofing.pl file: $Conf{SmbShareName} = ['somename']; $Conf{SmbShareUserName} = 'somename'; $Conf{SmbSharePasswd} = 'somepassword'; $Conf{SmbClientFullCmd} = '$smbClientPath //$host/$shareName $I_option -U $userNmae -E -d 1 -c tarmode\\ full -Tc$X_option - $fileList'; Basically, I removed the -N option from SmbClientFullCmd [and changed the "\\" to "/" -- but that is probably not necessary]. Are you able to run "smblicent //host/sharename -U userid" from the command line and establish a connection manually? On Thu, Dec 1, 2011 at 3:16 PM, Greer, Jacob - District Tech <[email protected]> wrote: > I am trying to configure backuppc for the first time I have read a lot > of documents and can’t seem to find a solution. Currently trying to > use SMB to connect to a Windows7 box to pull a backup. I get the following > error log. > I am new to backup-pc and Ubuntu so it is probably something small I > have overlooked. I have also read RCYND is better to use than SMB but > I have no idea any advice would be greatly appreciated. > > > > Thanks > > > > Contents of file /var/lib/backuppc/pc/greervm-7/XferLOG.bad.z, > modified > 2011-12-01 15:12:06 > > Running: /usr/bin/smbclient \\\\greervm-7\\\\\\greervm-7\\C -U jgreer > -E -d > 1 -c tarmode\ full -Tc - > > full backup started for share \\greervm-7\C > > Xfer PIDs are now 1619,1618 > > session setup failed: NT_STATUS_LOGON_FAILURE > > session setup failed: NT_STATUS_LOGON_FAILURE > > tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 > sizeExistComp, 0 filesTotal, 0 sizeTotal > > Got fatal error during xfer (No files dumped for share \\greervm-7\C) > > Backup aborted (No files dumped for share \\greervm-7\C) > > Not saving this as a partial backup since it has fewer files than the > prior one (got 0 and 0 files versus 0) > > > > ---------------------------------------------------------------------- > -------- All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > BackupPC-users mailing list > [email protected] > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
