Hi,

calamarz wrote on 2009-05-18 12:31:46 -0400 [[BackupPC-users]  Problem Backuppc 
Lenny-Ubuntu]:
> 
> [...] i want to backup my workstation via rsync, i follow this howto:
> 
> http://www.debian-administration.org/articles/588
> 
> My ssh connection work until password,

I haven't looked at the article you're quoting, but you should *not* get a
password prompt from ssh. BackupPC needs access to the remote machine
*without interaction* and *without extraenous output*.

> [...]
> Running: /usr/bin/ssh -q -x -l backuppc debian /usr/bin/rsync --serverist+ 
> --senderist+ --numeric-idsist+ --permsist+ --ownerist+ --groupist+ -Dist+ 
> --linksist+ --hard-linksist+ --timesist+ --block-size=2048ist+ 
> --recursiveist+ --ignore-timesist+ .ist+ /ist+

Some global substitution went severely wrong there. You should delete about 15
instances of "ist+". Though I can't imagine how the $fileList+ would be
affected, except if the "ist+" somehow appeared while copying from the log
file ... ;-)

> Read EOF: Connection reset by peer
> Tried again: got 0 bytes
> Done: 0 files, 0 bytes
> Got fatal error during xfer (Unable to read 4 bytes)

Passwordless ssh connections are definitely not working. From the logfile
excerpt above, I'd say you need to be able to run

        ssh -q -x -l backuppc debian date

*as user backuppc on the BackupPC server* and get *only* the current date and
time as output, though I'm not sure you'll be able to actually do backups as
unpriviledged user.

Regards,
Holger

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to