/etc/backuppc/hosts:
host dhcp user moreUsers # <--- do not edit this line
localhost 0 backuppc
even 0 even
/etc/backuppc/even.pl
$Conf{XferMethod} = 'rsync';
$Conf{RsyncSharename} = ['/home/downloads/'];
and I get the following error when trying to run the backup:
Running: /usr/bin/ssh -q -x -l root even /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group --devices --links --times
--block-size=2048 --recursive --ignore-times . /
Xfer PIDs are now 28796
Got remote protocol 1953722184
Fatal error (bad version): Host key verification failed.
Read EOF: Connection reset by peer
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)
So, anyone? Ideas?
Thanx
Sturla
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
> Fatal error (bad version): Host key verification failed.
Sounds like ssh is being bitchy wrt to the identity key for each
host. Can you ssh login between the hosts ok?
--
Stephen Patterson http://patter.mine.nu/
steveSPAM@.patter.mine.nu remove SPAM to reply
Linux Counter No: 142831 GPG Public key: 252B8B37
Caution: breathing may be hazardous to your health.
> On Thu, 16 Sep 2004 13:40:11 +0200, Sturla Holm Hansen wrote:
>
>>Anyone tried backuppc ( http://backuppc.sourceforge.net/ )
>>If so, here's my files:
>
>
>>Fatal error (bad version): Host key verification failed.
>
>
> Sounds like ssh is being bitchy wrt to the identity key for each
> host. Can you ssh login between the hosts ok?
>
Found it out, I had to have the ssh-key in /var/lib/backuppc/.ssh...
Thanx for the tip....
Sturla