process directory permissions and times ater hard links becuase the
[rsync/rsync.git] / README
CommitLineData
c627d613
AT
1WHAT IS RSYNC?
2--------------
3
4rsync is a replacement for rcp that has many more features.
5
10ce5fbf 6rsync uses the "rsync algorithm" which provides a very fast method for
c627d613
AT
7bringing remote files into sync. It does this by sending just the
8differences in the files across the link, without requiring that both
9sets of files are present at one of the ends of the link beforehand.
10At first glance this may seem impossible because the calculation of
11diffs between two files normally requires local access to both
12files.
13
14A technical report describing the rsync algorithm is included with
c6e7fcb4 15this package.
c627d613
AT
16
17
18USAGE
19-----
20
21Basically you use rsync just like rcp, but rsync has many additional options.
22
23Here is a brief description of available options:
24
25-v, --verbose increase verbosity
26-c, --checksum always checksum
27-a, --archive archive mode (same as -rlptDog)
28-r, --recursive recurse into directories
e92338c8 29-R, --relative use relative path names
c627d613
AT
30-b, --backup make backups (default ~ extension)
31-u, --update update only (don't overwrite newer files)
32-l, --links preserve soft links
dc5ddbcc 33-H, --hard-links preserve hard links
c627d613
AT
34-p, --perms preserve permissions
35-o, --owner preserve owner (root only)
36-g, --group preserve group
37-D, --devices preserve devices (root only)
38-t, --times preserve times
dc5ddbcc 39-S, --sparse handle sparse files efficiently
c627d613
AT
40-n, --dry-run show what would have been transferred
41-x, --one-file-system don't cross filesystem boundaries
42-B, --block-size SIZE checksum blocking size
43-e, --rsh COMMAND specify rsh replacement
44 --rsync-path PATH specify path to rsync on the remote machine
45-C, --cvs-exclude auto ignore files in the same way CVS does
46 --delete delete files that don't exist on the sending side
47-I, --ignore-times don't exclude files that match length and time
d89322c4 48-z, --compress compress file data
c627d613
AT
49 --exclude FILE exclude file FILE
50 --exclude-from FILE exclude files listed in FILE
51 --suffix SUFFIX override backup suffix
52 --version print version number
53
54
c627d613
AT
55SETUP
56-----
57
58Rsync uses rsh or ssh for communication. It does not need to be setuid
59and requires no special privilages for installation. It does not
60require a inetd entry or a daemon. You must, however, have a working
d89322c4
AT
61rsh or ssh system. Using ssh is recommended for its security
62features.
c627d613
AT
63
64To install rsync, first run the "configure" script. This will create a
65Makefile and config.h appropriate for your system. Then type
66"make".
67
68Once built put a copy of rsync in your search path on the local and
69remote systems (or use "make install"). That's it!
70
71
432b0fbd
AT
72MAILING LIST
73------------
74
75There is a mailing list for the discussion of rsync and its
76applications. It is open to anyone to join. I will announce new
77versions on this list.
78
79To join the mailing list send mail to listproc@samba.anu.edu.au with
80no subject and a body of "subscribe rsync Your Name".
81
82To send mail to everyone on the list send it to rsync@samba.anu.edu.au
83
84
e92338c8
AT
85BUG REPORTS
86-----------
87
88If you have web access then please look at
89http://samba.anu.edu.au/cgi-bin/rsync
90
91This will give you access to the bug tracking system used by the
92developers of rsync and will allow you to look at other bug reports or
93submit a new bug report.
94
95If you don't have web access then mail bug reports to
96rsync-bugs@samba.anu.edu.au or (if you think it will be of interest to
97lots of people) send it to rsync@samba.anu.edu.au
98
99
c627d613
AT
100COPYRIGHT
101---------
102
103Rsync was written by Andrew Tridgell and Paul Mackerras, and is
104available under the GPL.
105
106Andrew.Tridgell@anu.edu.au
107paulus@cs.anu.edu.au
108
109
110AVAILABILITY
111------------
112
113The main ftp site for rsync is ftp://samba.anu.edu.au/pub/rsync
1482e93a 114
773f2bd4 115Mirrors are available at:
1482e93a 116
773f2bd4
AT
117ftp://sunsite.auc.dk/pub/unix/rsync
118ftp://ftp.sunet.se/pub/unix/admin/rsync