Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Now I'm curious - does Dropbox use rsync under the hood? (not rsync.net, the rsync protocol)


There are 3 different concepts in play here:

- rsync algorithm

- rsync protocol

- rsync program

The algorithm is fairly well described here: http://rsync.samba.org/tech_report/

The protocol documentation is non existant (AFAIK), and basically the only standard is the rsync program itself. The protocol is strange, and there are some quirks, so it is not trivial to replicate or write custom clients.

This is why it is hard to implement an rsync program that can talk to the standard rsync program, but it is not that hard to implement your own client and server which use a custom protocol that implements an rsync-like algorithm.


AFAIK Dropbox uses an rsync-like compare-by-hash protocol over HTTP.


I don't think they can...rsync is GPLv3.


surely that would just apply to the rsync code, not a re-implementation using the same protocol?




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: