>
> Hello List,
>
> I'm running into problems when trying to backup .bkf files from windows2003 
> backup. My
> normal backups are running fine. I'm using rsync over ssh for backups of our 
> linux boxes
> and samba for our windows boxes. 
>
> I didn't change anything about the samba config in the general config.pl.
>
>
> This is with a clean pool and new host.
> The current config.pl for the problem host:
>
>       $Conf{SmbShareName} = ['BACKUP$','thesitemachine'];
>       $Conf{SmbShareUserName} = '****';
>       $Conf{SmbSharePasswd} = '****';
>       $Conf{CompressLevel} = 0;
>
>       $Conf{BlackoutGoodCnt} = 10;
>       $Conf{BlackoutPeriods} = [
>         {
>             hourBegin =>  9.0,
>             hourEnd   => 23.9,
>             weekDays  => [0,1, 2, 3, 4, 5,6],
>         },
>       ]; 
Looks like you need to set the XferMethod.  Add this to the host .pl file:

$Conf{XferMethod} = 'smb';

Bryan


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to