Rsync ist ein Tool zum Synchronisieren von Dateien und Verzeichnissen von einem Ort zum anderen. Im Delta-Verfahren wird Bandbreite gespart. Dieser rsync port ist nur ein Teil des vollen rsync, teilweise wegen Speicherlimitierungen und Limitierungen die DOS mit sich bringt. Diese Implementierung bringt keinen Server, keinen rsh/ssh Support, Dateinamen auf dem Server müssen im DOS Format sein und Komprimierung fehlt auch.
Zusammenfassung
rsync is a utility software that synchronizes files and directories from one location to another while minimizing data transfer by using delta encoding when appropriate. This rsync port is necessarily a sub-set of the full rsync, partly because of memory limitations and partly because of the peculiarities of DOS. The main differences are: Client only ; No support for rsh or ssh ; File names on the server must be in DOS format ; File data is not compressed.