BackupPC-users

[BackupPC-users] Backing up of Windows Client Machine

2011-07-29 04:53:26
Subject: [BackupPC-users] Backing up of Windows Client Machine
From: jiahwei <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 29 Jul 2011 01:51:33 -0700
Hi Bowie,

this is my config for GISNB350

$Conf{XferMethod} = 'smb';
$Conf{SmbShareName} = [
  'C$'
];
$Conf{BackupFilesOnly} = {
  '*' => [
    'C$'
  ]
};
$Conf{SmbShareUserName} = 'GISNB350\\administrator';
$Conf{SmbSharePasswd} = 'Toedwy-L3';
$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -d 1 -c tarmode\\ full -Tc$X_option - $fileList';
$Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -d 1 -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList';
$Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -d 1 -c tarmode\\ full -Tx -';
~
~




Hi all, 

I had already removed the -N but it's stil not working. 

I am able to list the content of my C$. My credentials are correct

+----------------------------------------------------------------------
|This was sent by jiahwei_cvssgg AT hotmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
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/