BackupPC-users

Re: [BackupPC-users] Cannot Backup SMB Share

2011-10-30 19:54:25
Subject: Re: [BackupPC-users] Cannot Backup SMB Share
From: Alex Machina <amachina AT cavtel DOT net>
To: BackupPC-users AT lists.sourceforge DOT net
Date: Sun, 30 Oct 2011 19:29:00 -0400
Made the following changes and it worked:

On Windows 7:

Start > Control Panel > Network Sharing Center > Advanced Sharing Settings:

Turn on network discovery
Turn on file and printer sharing
Turn on sharing so anyone with network access can read and write files
Use 128-bit encryption <<<< this is the setting I changed
Turn on password protected sharing
Allow Windows to manage homegroup connections <<<< this is the setting I changed

>
> The configuration settings are:
>
> $Conf{XferMethod} = 'smb';
> $Conf{SmbShareName} = 'Users';
> $Conf{SmbShareUserName} = 'someuser';
> $Conf{SmbSharePasswd} = 'somepasswd';
> $Conf{SmbClientPath} = '/usr/bin/smbclient';
> $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full -Tc$X_option -
> $fileList';
>

I also changed SmbClientFullCmd to:

$smbClientPath \\\\$host\\$shareName $I_option -U $userName -E -d 1 -c
tarmode\\ full -Tc$X_option - $fileList

(i.e., dropped the -N)

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-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>