SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Backup setup
Author Message
Post Backup setup 
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-7C
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-7C)
Backup aborted (No files dumped for share \greervm-7C)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)

Post 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
<jacob.greer < at > ksd.kyschools.us> 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
BackupPC-users < at > lists.sourceforge.net
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
BackupPC-users < at > lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Post Backup setup 
----- Original Message -----
From: Greer, Jacob - District Tech ([email]jacob.greer < at > ksd.kyschools.us[/email])
To: BackupPC-users < at > lists.sourceforge.net ([email]BackupPC-users < at > lists.sourceforge.net[/email])
Sent: 12/1/2011 8:16:37 PM
Subject: [BackupPC-users] Backup setup



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.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

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-7C
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-7C)
Backup aborted (No files dumped for share \greervm-7C)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)

Win7 requires a late version of Samba. Do a google on Win7 and Backuppc.
Larry



Post Backup setup 
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:amachina < at > cavtel.net]
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 <jacob.greer < at > ksd.kyschools.us> 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
BackupPC-users < at > lists.sourceforge.net
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
BackupPC-users < at > lists.sourceforge.net
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
BackupPC-users < at > lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB