mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
cce6b02e1c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1182 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
632 B
XML
20 lines
632 B
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>rsync</application> package contains <command>rsync</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>rsync</title>
|
|
<para><application>rsync</application> is a replacement for <command>rcp
|
|
</command> (and <command>scp</command>) that has many more features. It
|
|
uses the "rsync algorithm" which provides a very fast method for 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.</para></sect3>
|
|
|
|
</sect2>
|
|
|