|
|
rsync |
| rsync is a replacement for rcp (remote copy) that has many more
features. Rsync Homepage: (http://rsync.samba.org/rsync/) There is an rsync Faq-O-Matic (http://rsync.samba.org/cgi-bin/rsync.fom), with answers to many of your questions.
Rsync Tutorial: (http://everythinglinux.org/rsync/) | |
| Major Topics:
General Questions: | |
| [New Answer in "rsync"] | |
| 2001-Oct-09 3:17pm | |
|
|
What is rsync? |
| From the README file:
rsync is a replacement for rcp that has many more features.
rsync uses the "rsync algorithm" which provides a very fast method for
bringing remote files into sync. It does this by sending just the
differences in the files across the link, without requiring that both
sets of files are present at one of the ends of the link beforehand.
At first glance this may seem impossible because the calculation of
diffs between two files normally requires local access to both
files. | |
| [Append to This Answer] | |
| 1999-Dec-27 9:03am |
| Previous: |
|
| ||||||||||