hi all, running a transfer from a rsync client (3.0.6) to a rsync server (3.1.0), I get the following message:
$ RSYNC_PASSWORD="oooo" rsync -avn --delete /xx/yy/ rsync:// a...@bbb.com/ccc/ddd/ <<motd displayed>> sending incremental file list unknown message 0:0 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(436) [sender=3.0.6] Server logs says: Oct 2 10:47:36 bbb rsyncd[3947]: receiving file list Oct 2 10:47:36 bbb rsyncd[3947]: rsync: connection unexpectedly closed (4096 bytes received so far) [Receiver] Oct 2 10:47:36 bbb rsyncd[3947]: rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0] Running the same command with a rsync 3.1.0 client works fine. Did I miss something about compatibility between protocols ? thanks in advance, Tom.
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html