I'm recieving this error:
Got fatal error during xfer (Unable to read 4 bytes)
because the connexion was reset by peer... what ever that means.
I'm no guru, so could can someone give me a hint as to were to start looking for clues?
The same config.pl used for 127.0.0.1 (built-in) is modified with the next IP to backup (eg: 192.168.240.15)
$Conf{XferMethod} = 'rsync';
$Conf{RsyncShareName} = ['/etc/e-smith', '/home/e-smith'];
$Conf{BackupFilesExclude} = ['/opt','/tmp'];
#
# Path to rsync executable on the client
#
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncdAuthRequired} = 0;
$Conf{RsyncUserName} = 'root';
$Conf{RsyncPasswd} = 'xxxxxxx';
$Conf{ClientNameAlias} = '192.168.50.15';
$Conf{Language} = 'fr';
$Conf{CompressLevel} = 3;
2005-02-28 22:00:58 full backup started for directory /etc/e-smith
2005-02-28 22:00:59 Got fatal error during xfer (Unable to read 4 bytes)
2005-02-28 22:01:04 Backup aborted (Unable to read 4 bytes)
Thanks,
Sophie