rsync download

Source Code

You can grab the latest source code tar file, its gpg signature, and other related files in a variety of ways:

Also, an unpacked copy of the latest development version can be browsed on the web, or obtained via anonymous rsync from: rsync://rsync.samba.org/ftp/unpacked/rsync/

Binaries

Precompiled binaries are available from 3rd-party web sites:

CVS

The rsync development tree is publicly available by various methods so that you can try out the latest changes and give feedback to the developers.

Note: Since the "HEAD" source is a work in progress it may not compile, or may fail in various ways, though it's usually pretty good.

Anyone may use anonymous CVS to follow development:

cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login

     (Specify the password cvs when prompted.)

cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co rsync

You can also browse the development history through cvsweb.

Nightly CVS Snapshots

Nightly snapshots of the rsync source tree are also available for people who want to try the latest development version. If you want to track development, then CVS uses less bandwidth and can automatically merge your local changes with our version. However, if you just want a one-off download, or cannot use CVS because of firewall, network or software issues, then the snapshots might be helpful.