Mention the 3.0.3 release.
[rsync-web.git] / features.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>rsync features</TITLE>
5 </HEAD>
6 <!--#include virtual="header.html" -->
7
8 <H2 align="center">rsync features</H2>
9
10 rsync is a file transfer program for Unix systems. rsync uses the
11 "rsync algorithm" which provides a very fast method for bringing
12 remote files into sync. It does this by sending just the differences
13 in the files across the link, without requiring that both sets of
14 files are present at one of the ends of the link beforehand. <p>
15
16 Some features of rsync include
17
18 <ul>
19 <li> can update whole directory trees and filesystems
20 <li> optionally preserves symbolic links, hard links, file ownership,
21 permissions, devices and times
22 <li> requires no special privileges to install
23 <li> internal pipelining reduces latency for multiple files
24 <li> can use rsh, ssh or direct sockets as the transport
25 <li> supports <A HREF="http://sunsite.auc.dk/SunSITE/rsync/rsync-mirroring.html">anonymous rsync</A> which is ideal for mirroring
26 </ul>
27
28 <!--#include virtual="footer.html" -->