Re: [BackupPC-users] problem in backuppc

2006-12-08 Thread Nils Breunese (Lemonbit)
louie aguilos wrote:

> got this problem backing up a linux box. ssh was configured already  
> but still got this error.
>
> Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync -- 
> server --sender --numeric-ids --perms --owner --group --devices -- 
> links --times --block-size=2048 --recursive --ignore-times . /home/

You need to change --devices to -D for recent versions of rsync.

Nils Breunese.



-
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] problem in backuppc

2006-12-07 Thread Randy Barlow
On Thursday 07 December 2006 21:23, louie aguilos wrote:
> got this problem backing up a linux box. ssh was configured already but
> still got this error.
>
>
> Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync --server
> --sender --numeric-ids --perms --owner --group --devices --links --times
> --block-size=2048 --recursive --ignore-times . /home/ Xfer PIDs are now
> 5508
> Rsync command pid is 5508
> Fetching remote protocol
> Got remote protocol 1953722184
> Fatal error (bad version): Host key verification failed.

I think you need to su -  and try to ssh -l root 
192.168.6.50 as that user so it gets the key for the remote host stored in 
~/.ssh/known_hosts.  Also, I would personally recommend using rsyncd rather 
than rsync over ssh just so you don't have a non-priveliged user of one 
machine becoming root on another, but that's just my advice.  If you choose 
to go the ssh route, this should work!  HTH!

Randy

-
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] problem in backuppc

2006-12-07 Thread louie aguilos

got this problem backing up a linux box. ssh was configured already but still 
got this error.


Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync --server 
--sender --numeric-ids --perms --owner --group --devices --links --times 
--block-size=2048 --recursive --ignore-times . /home/
Xfer PIDs are now 5508
Rsync command pid is 5508
Fetching remote protocol
Got remote protocol 1953722184
Fatal error (bad version): Host key verification failed.

Checksum seed is 2036689696
Got checksumSeed 0x79656b20
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)

 
please help.

 
-
Have a burning question? Go to Yahoo! Answers and get answers from real people 
who know.-
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/