> I have a problem using rsync which seems to give an error when copying files. > Although it appears consistent for a given file, it is not consistent between > files. > > If I issue this command > > rsync rabbit.home::alan/My\ Documents/Mail/Agent\ News\ Data/GROUPS.IDX . > > Some files form the source directory will transfer correctly, some give the > following error (with filename changed of course) > > write failed on GROUPS.IDX : Success > rsync error: error in file IO (code 11) at receiver.c(240) > rsync: connection unexpectedly closed (57 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(165) > > > This is against an rysncd running on cygwin on windows NT. > > I am trying to pin down why > > > How can I find out what code 11 means? > Any thoughts as to what could be the problem?
I have been waiting for someone to comment on this as I have had the same problem in the past. Using rsync on cygwin on NT or 2000 is flaky and unreliable unfortunately. Using smbclient on a linux box to mount a data drive on a 2000 or NT box and using rsync with the --modify-window=10 and excluding the System Volume Information folder makes everything work very well. This is a great way to do offsite backups. Andy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

