Simone S. Santiago wrote:
> Hi,
> 
> I have the ssh keys working for rsync and so I know that is working 
> correctly, however, I get the Last error is "Unable to read 4 bytes".
> 
> My config host:
> 
>     $Conf{BackupFilesOnly} = {};
>     $Conf{XferMethod} = 'rsync';
>     $Conf{NmbLookupCmd} = '$nmbLookupPath -A $host';
>     $Conf{NmbLookupFindHostCmd} = '$nmbLookupPath $host';
>     $Conf{PingCmd} = '$pingPath -c 1 $host';
>     $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $hostIP $rsyncPath
>     $argList+';
>     $Conf{RsyncClientPath} = '/usr/bin/rsync';
>     $Conf{CompressLevel} = '9';
> 
> Have anyone ever seen this problem before?

It is reported on the mail list fairly often, but usually turns out to 
be that the ssh keys were set up and tested as the root user on the 
backuppc server instead of the backuppc user, connecting as root to the 
target.  If you are sure you are running as the backuppc user, does
ssh -l root target_host id
complete without a password prompt?

-- 
   Les Mikesell
    lesmikes...@gmail.com

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to