Hi Folks I can backup my Windows PC with SMB I can backup my Linux PC with rsync
Only I fail to backup my IPCop (Linux Firewall) with ssh on port 222 While testing with "ssh -p 222 [EMAIL PROTECTED]" I connect without any errors. While testing with: su backuppc __INSTALLDIR__/bin/BackupPC_dump -v -f hostName I get: Fatal error (bad version): ssh /usr/bin/rsync: Name or service not known I use in my PCs config.pl: $Conf{RsyncClientCmd} = '$sshPath -p 222 -C -q -x -l [EMAIL PROTECTED] $rsyncPath $argList'; While trying to backup I get: Running: /usr/bin/ssh -p 222 -C -q -x -l [EMAIL PROTECTED] /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --times --block-size=2048 --recursive --exclude=/proc --exclude=/dev --exclude=/mnt --exclude=/lost+found --exclude=/swapfile --exclude=/tmp --ignore-times . / Xfer PIDs are now 18788 Got remote protocol 979923827 Fatal error (bad version): ssh: /usr/bin/rsync: Name or service not known 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) On my IPCop I have rsync 2.6.6 at /usr/bin/rsync and on my backuppc I have rsync 2.6.6 at /usr/bin/rsync What did I miss? What else can I test? Thanks Achim ------------------------------------------------------------------------- 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/