|
From: Craig B. <cba...@us...> - 2005-06-01 23:41:34
|
David Koski writes: > backuppc host: Debian testing backuppc version: 2.1.1-2 > (Debian) client: Windows 2003 with current version of > cygwin/ssh/rsync backup method: rsync (over ssh) > > Originally, I thought it was failing on file names with spaces > but using BackupPC_dump manually, now I can see it just stops > communicating. It does in fact handle spaces. ssh'ing to the > Windows/cygwin box and issuing "ps aux" shows four rsync > processes still running. Eventually, (probably hours later, as I > left it over night) the server will exit with error "Got fatal > error during xfer (Child exited prematurely)". It transfers > several files successfully before this point. > > Any clues? I've never been able to get cygwin/ssh/rsync working reliably for WinXX. I see the same thing: a few files transfer but then it hangs. I believe it is some bug in cygwin sockets that ssh exposes. There were rumors on the rsync mail list that the latest cygwin1.dll fixes this, but that is unconfirmed. Rsyncd/cygwin is reliable. But then the traffic is not encrypted. > Also, what other backuppc options are there for backing Windows up > over a public network securely? Without an ssh tunnel (either rsync over ssh, or rsyncd over an ssh tunnel) I don't know how to do this. Craig |