Running rsync against an old server I get: rsync rsync://host/dir rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync: error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.0]
This seem to be a problem described in the second paragraph of the release notes. The notes say to use --no-d, but using it seem not to help, and in fact the remote host is still sent the 'd' option: rsync -vv rsync://host/dir shows: sending daemon ards: --server --sender --vvde.L . dir/ With -r --exclude='/*/*' I get the original behavior (and 'd' is not sent). Is this expected behavior now ? Simo. -- Simo Sorce * Red Hat, Inc * New York -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html