Ignore:
Timestamp:
12/30/2004 04:13:25 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
27dc15fc
Parents:
efbbeb9
Message:

Updated to rsync-2.6.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3160 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/rsync.xml

    refbbeb9 rfce1d8e  
    66
    77<!ENTITY rsync-download-http "http://rsync.samba.org/ftp/rsync/rsync-&rsync-version;.tar.gz">
    8 <!ENTITY rsync-download-ftp "ftp://gd.tuwien.ac.at/utils/admin-tools/rsync/rsync-&rsync-version;.tar.gz">
    9 <!ENTITY rsyncd-size "504 KB">
    10 <!ENTITY rsync-buildsize "6.5 MB">
    11 <!ENTITY rsyncd-time "0.20 SBU">
    12 
     8<!ENTITY rsync-download-ftp "ftp://ftp.samba.org/pub/rsync/rsync-&rsync-version;.tar.gz">
     9<!ENTITY rsyncd-size "583 KB">
     10<!ENTITY rsync-buildsize "4.8 MB">
     11<!ENTITY rsyncd-time "0.17 SBU">
    1312]>
    1413
     
    1918</sect1info>
    2019<?dbhtml filename="rsync.html"?>
    21 <title>rsync-&rsync-version;</title>
     20<title><application>rsync</application>-&rsync-version;</title>
    2221
    2322<sect2>
     
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&rsync-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&rsync-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&rsync-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&rsync-download-ftp;"/></para></listitem>
    3435<listitem><para>Download size: &rsyncd-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required: &rsync-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &rsyncd-time;</para></listitem></itemizedlist>
     36<listitem><para>Estimated Disk space required:
     37&rsync-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&rsyncd-time;</para></listitem></itemizedlist>
    3740</sect3>
    3841
    3942<sect3><title><application>rsync</application> dependencies</title>
    4043<sect4><title>Optional</title>
    41 <para>
    42 <xref linkend="popt"/>
    43 </para></sect4>
     44<para><xref linkend="popt"/></para>
     45</sect4>
    4446</sect3>
    4547
     
    4951<title>Installation of <application>rsync</application></title>
    5052
    51 <para>For security reasons, running the <application>rsync</application> server as
    52 an unprivileged user and group is encouraged.  Create the rsyncd user
    53 and group with the following commands:</para>
     53<para>For security reasons, running the <application>rsync</application>
     54server as an unprivileged user and group is encouraged. If you intend to
     55run <command>rsync</command> as a daemon, create the rsyncd user and group
     56with the following commands:</para>
    5457
    5558<screen><userinput><command>groupadd rsyncd &amp;&amp;
    56 useradd -c rsyncd -d /home/rsync -g rsyncd -s /bin/false rsyncd</command>
     59useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd -s /bin/false rsyncd</command>
    5760</userinput></screen>
    5861
     
    7477
    7578<sect3><title>Configuration Information</title>
    76 
    7779<para>This is a simple download-only configuration. See the rsyncd man-page for
    7880additional options (i.e., user authentication).</para>
     
    100102<para>Note that you only want to start the <application>rsync</application>
    101103server if you want to provide a <application>rsync</application> archive on
    102 your machine. The <application>rsync</application> client doesn't need this
    103 script to be used.</para>
     104your local machine. You don't need this script to run the
     105<application>rsync</application> client.</para>
    104106
    105 <para>Install the <filename>/etc/rc.d/init.d/rsyncd</filename>
    106 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    107                                                                                                                
     107<para>Install the <filename>/etc/rc.d/init.d/rsyncd</filename> init script
     108included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     109
    108110<screen><userinput><command>make install-rsyncd</command></userinput></screen>
    109111
     
    115117<title>Contents</title>
    116118
    117 <para>The <application>rsync</application> package contains <command>rsync</command>.</para>
     119<para>The <application>rsync</application> package contains
     120<command>rsync</command>.</para>
    118121
    119122</sect2>
     
    122125
    123126<sect3><title>rsync</title>
    124 <para><application>rsync</application> is a replacement for <command>rcp
    125 </command> (and <command>scp</command>) that has many more features. It
    126 uses the "rsync algorithm" which provides a very fast method of syncing remote
    127 files. It does this by sending just the differences in the files across the
    128 link, without requiring that both sets of files are present at one end
    129 of the link beforehand.</para></sect3>
     127<para><application>rsync</application> is a replacement for
     128<command>rcp</command> (and <command>scp</command>) that has many more
     129features. It uses the "rsync algorithm" which provides a very fast method of
     130syncing remote files. It does this by sending just the differences in the
     131files across the link, without requiring that both sets of files are present
     132at one end of the link beforehand.</para></sect3>
    130133
    131134</sect2>
Note: See TracChangeset for help on using the changeset viewer.