[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Backuppc



Anyone tried backuppc ( http://backuppc.sourceforge.net/ )
If so, here's my files:

/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



Reply to: