mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
46cef72518
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1009 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
566 B
XML
19 lines
566 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>rsync is a replacement for rcp (and scp) 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>
|
|
|