Improved the section on copying too many files.
[rsync-web.git] / download.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html>
3 <head>
4 <TITLE>rsync download</TITLE>
5 </head>
6 <!--#include virtual="header.html" -->
7
8 <h2 align="center">rsync download</h2>
9
10 <h2>Source Code</h2>
11
12 <p>You can grab the latest source code tar file, its gpg signature, and other
13 related files in a variety of ways:
14
15 <ul>
16
17 <li><p>via <a href="/ftp/rsync/">http</a> (the standard web-browser protocol)
18
19 <li><p>via <a href="ftp://ftp.samba.org/pub/rsync/">ftp</a> (file-transfer protocol)
20
21 <li><p>via <i>anonymous rsync</i> from:
22 <code><small>rsync://rsync.samba.org/rsyncftp/</small></code>
23
24 </ul>
25
26 <p>Also, an unpacked copy of the latest development version can be
27 <a href="/ftp/unpacked/rsync/">browsed on the web</a>, or obtained via
28 <i>anonymous rsync</i> from:
29 <code><small>rsync://rsync.samba.org/ftp/unpacked/rsync/</small></code>
30
31 <h2>Binaries</h2>
32
33 <p>Precompiled binaries are available in most modern OS distributions, so
34 you might want to first check if you can install an rsync package via your
35 standard package-install tools for your OS.
36
37 <p>There are also packages available from some 3rd-parties (note that we cannot
38 vouch for 3rd parties, so use a source that you trust):
39
40 <ul>
41
42 <li><p><a href="http://dag.wieers.com/packages/rsync/">RPMs for Red Hat/Fedora</a> from Dag Wieers.
43
44 <li><p><a href="http://itefix.no/cwrsync/">cwrsync</a> is a packaging of rsync for MS Windows.
45
46 <li><p>More to come...
47
48 </ul>
49
50 <h2>CVS</h2>
51
52 <p> The rsync development tree is publicly available by various methods so that
53 you can try out the latest changes and give feedback to the developers.
54
55 <p> <b>Note:</b> Since the "HEAD" source is a work in progress it may not
56 compile, or may fail in various ways, though it's usually pretty good.
57
58 <p> Anyone may use anonymous CVS to follow development:
59
60 <blockquote>
61 <p><code>cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login</code>
62 <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(Specify the password <b>cvs</b> when prompted.)</i>
63 <p><code>cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co rsync</code>
64 </blockquote>
65
66 <p>You can also browse the <a href="http://cvs.samba.org/cgi-bin/cvsweb/rsync">development
67 history through cvsweb</a>.
68
69 <h2>Nightly CVS Snapshots</h2>
70
71 <p><a href="http://rsync.samba.org/ftp/rsync/nightly/">Nightly snapshots of the
72 rsync source tree</a> are also available for people who want to try the latest
73 development version.  If you want to track development, then CVS uses less
74 bandwidth and can automatically merge your local changes with our version.
75 However, if you just want a one-off download, or cannot use CVS because of
76 firewall, network or software issues, then the snapshots might be helpful.
77
78 <!--#include virtual="footer.html" -->