On Fri, Nov 03, 2006 at 05:06:52PM +0500, Yakov Hrebtov wrote: > what is "unexpected tag" and "writefd_unbuffered failed"?
The unexpected tag error means that something either corrupted the data being sent, or rsync is confused about what data is being sent over the wire. The former can happen if your remote shell is injecting chars in the data stream (a remote command must generate no extra output). The latter can occur if you have restricted the rsync command that can be run on the remote system, and rsync isn't getting told about all the options that are in play. The writefd_unbuffered error just means that the other side went away, which is to be expected when it dies with the tag error. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html