Re: [BackupPC-users] Little thoughts to share - RSYNC MAC SSH

2008-12-29 Thread Craig Barratt
Pedro writes: > After searching for a while and doing some digging i found that i had > files that would cause ssh to exit, usually you can exit ssh with "~." > and in fact i had files with that name and content. > what i did on backuppc config page was: > on the main configuration editor, xfer: >

Re: [BackupPC-users] Little thoughts to share - RSYNC MAC SSH

2008-10-28 Thread Ambrose Li
2008/10/28 Pedro M. S. Oliveira <[EMAIL PROTECTED]>: > RsyncClientCmd > $sshPath -q -x -l root $host $rsyncPath $argList+ > changed to > $sshPath -e none -q -x -l root $host $rsyncPath $argList+ > RsyncClientRestoreCmd > $sshPath -q -x -l root $host $rsyncPath $argList+ > changed to > $sshPath -e

[BackupPC-users] Little thoughts to share - RSYNC MAC SSH

2008-10-28 Thread Pedro M. S. Oliveira
Hi all! For some time I had trouble with rsync and ssh. My problem was that the ssh connection would stop after a few seconds with this error in backuppc log: Got fatal error during xfer (fileListReceive failed) and in the /var/log/messages: Disconnecting: Corrupted MAC on input. After searchi