Hi,
I want to use Rsync, but it doesn´t work and I don´t know what it could be.
Backuping with tar works fine. SSH Connection works too. Only Rsync makes
problems.
My host config file is this:
$Conf{XferMethod} = 'rsync';
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -n -l backuppc $host nice -n 19 sudo
$rsyncPath $argList+';
$Conf{RsyncShareName} = '/home/backuppc';
And when I want to backup I get the following error LOG:
Running: /usr/bin/ssh -q -x -n -l backuppc 192.168.0.11 nice -n 19 sudo
/usr/bin/rsync --server --sender --numeric-ids --perms --owner --group
--devices --links --times --block-size=2048 --recursive --ignore-times .
/home/backuppc/ Xfer PIDs are now 12316 Got remote protocol 1936941392 Fatal
error (bad version): Password:
Read EOF:
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed) Backup aborted
(fileListReceive failed)
Greets
Simon Köstlin
-------------------------------------------------------------------------
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/