On Thu, Jan 10, 2013 at 10:29 PM, akshay patil <akshay29pa...@gmail.com>wrote:
> Any suggestions , where can I find detailed rsync protocol description? > Sadly, the rsync protocol is a strange binary protocol that is only documented in the code itself. The sequence of binary bytes varies based on both version and options, and nothing in the bitstream itself allows someone to read it without knowing the implied meaning of the next byte. It would be possible to document the protocol in a pseudo-code form using some nested entity definitions and lots of "if version >=" and "if option" conditionals, but I don't believe that has yet been done. ..wayne..
-- 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