rsync, dosya ve dizinleri bir konumdan diğerine senkronize ederken, uygun olduğunda delta kodlamasını kullanarak veri aktarımını en aza indiren bir yardımcı program yazılımıdır. Bu rsync taşıması, kısmen bellek sınırlamaları ve kısmen de DOS'un özellikleri nedeniyle tam rsync'in bir alt kümesidir. Ana farklılıklar şunlardır: sadece istemci; rsh veya ssh için destek yoktur; sunucudaki dosya adları DOS biçiminde olmalıdır; dosya verileri sıkıştırılmaz.
Özet
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.