source: networking/netprogs/rsync.xml@ c463c87

gnome
Last change on this file since c463c87 was c463c87, checked in by Christopher Gregory <cjg@…>, 10 years ago

Removed excess white space and updated systemd instructions on svnserver autofs bluez fcron sysstat nfs-utils ntp rsync samba wpa_supplicant
avahi mariadb postgresql exim postfix apache bind proftpd vsftpd openldap unbound xinetd and clutter pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13434 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[0931098]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0931098]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[10ea80a9]7 <!ENTITY rsync-download-http "http://samba.org/ftp/rsync/src/rsync-&rsync-version;.tar.gz">
8 <!ENTITY rsync-download-ftp "ftp://ftp.samba.org/pub/rsync/src/rsync-&rsync-version;.tar.gz">
[1a4285bc]9 <!ENTITY rsync-md5sum "43bd6676f0b404326eee2d63be3cdcfe">
10 <!ENTITY rsync-size "869 KB">
11 <!ENTITY rsync-buildsize "9.0 MB">
[04e3c200]12 <!ENTITY rsync-time "0.3 SBU">
[0931098]13]>
14
[46cef72]15<sect1 id="rsync" xreflabel="rsync-&rsync-version;">
[5ab6e72]16 <?dbhtml filename="rsync.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>rsync-&rsync-version;</title>
24
25 <indexterm zone="rsync">
26 <primary sortas="a-rsync">rsync</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to rsync</title>
31
32 <para>The <application>rsync</application> package contains the
33 <command>rsync</command> utility. This is useful for synchronizing large
34 file archives over a network.</para>
35
[41b674d]36 &lfs75_checked;
[20e6cade]37
[5ab6e72]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&rsync-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&rsync-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &rsync-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &rsync-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &rsync-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &rsync-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">rsync Dependencies</bridgehead>
61
[b802f15]62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para role="recommended">
64 <xref linkend="popt"/>
65 </para>
66
[3cb0c57]67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/rsync"/></para>
69
[5ab6e72]70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of rsync</title>
74
75 <para>For security reasons, running the <application>rsync</application>
76 server as an unprivileged user and group is encouraged. If you intend to
77 run <command>rsync</command> as a daemon, create the
78 <systemitem class="username">rsyncd</systemitem> user and group
[bccbdaea]79 with the following commands issued by the
[fdf798a6]80 <systemitem class="username">root</systemitem> user:</para>
[5ab6e72]81
[fdf798a6]82<screen role="root"><userinput>groupadd -g 48 rsyncd &amp;&amp;
83useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd \
84 -s /bin/false -u 48 rsyncd</userinput></screen>
[5ab6e72]85
86 <para>Install <application>rsync</application> by running the following
87 commands:</para>
88
[04e3c200]89<screen><userinput>./configure --prefix=/usr --without-included-zlib &amp;&amp;
[fdf798a6]90make</userinput></screen>
91
[9b7fb82]92 <para>If you have <xref linkend="doxygen"/> installed and wish to
[aca42dac]93 build HTML API documentation, issue <command>doxygen</command>.</para>
[9b7fb82]94
[fdf798a6]95 <para>To test the results, issue: <command>make check</command>.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role='root'><userinput>make install</userinput></screen>
100
[9b7fb82]101 <para>If you built the documentation, install it using the following
[fdf798a6]102 commands as the <systemitem class="username">root</systemitem> user:</para>
103
[9b7fb82]104<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/rsync-&rsync-version;/api &amp;&amp;
[3534db5d]105install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api</userinput></screen>
[0931098]106
[5ab6e72]107 </sect2>
[0931098]108
[04e3c200]109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <parameter>--without-included-zlib</parameter>: This switch enables
114 compilation with system-installed zlib library.
115 </para>
116
117 </sect2>
118
[5ab6e72]119 <sect2 role="configuration">
120 <title>Configuring rsync</title>
[0931098]121
[5ab6e72]122 <sect3 id="rsync-config">
123 <title>Config Files</title>
[0931098]124
[5ab6e72]125 <para><filename>/etc/rsyncd.conf</filename></para>
[0931098]126
[5ab6e72]127 <indexterm zone="rsync rsync-config">
128 <primary sortas="e-etc-rsyncd.conf">/etc/rsyncd.conf</primary>
129 </indexterm>
130
131 </sect3>
132
133 <sect3>
134 <title>Configuration Information</title>
135
[bccbdaea]136 <para>For client access to remote files, you may need to install the
[fdf798a6]137 <xref linkend="openssh"/> package to connect to the remote server.</para>
138
[bccbdaea]139 <para>This is a simple download-only configuration to set up running
[fdf798a6]140 <command>rsync</command> as a server. See the rsyncd.conf(5)
[5ab6e72]141 man-page for additional options (i.e., user authentication).</para>
142
143<screen role="root"><userinput>cat &gt; /etc/rsyncd.conf &lt;&lt; "EOF"
144<literal># This is a basic rsync configuration file
[0931098]145# It exports a single module without user authentication.
146
147motd file = /home/rsync/welcome.msg
148use chroot = yes
149
150[localhost]
151 path = /home/rsync
152 comment = Default rsync module
153 read only = yes
154 list = yes
155 uid = rsyncd
156 gid = rsyncd
[5ab6e72]157</literal>
158EOF</userinput></screen>
[0931098]159
[fdf798a6]160 <para>You can find additional configuration information and general
161 documentation about <command>rsync</command> at
162 <ulink url="http://rsync.samba.org/documentation.html"/>.</para>
[bccbdaea]163
[5ab6e72]164 </sect3>
[0931098]165
[5bc57bb]166 <sect3 id="rsync-init-systemd">
167 <title>Systemd Unit File</title>
[0931098]168
[5ab6e72]169 <para>Note that you only want to start the
[fdf798a6]170 <application>rsync</application> server if you want to provide an
[5ab6e72]171 <application>rsync</application> archive on your local machine.
172 You don't need this script to run the
[5bc57bb]173 <application>rsync</application> client.
174 The systemd-units package provides two types of units: A service file and
175 a socket file. The service file will start rsyncd daemon once at boot
176 and it will keep running until the system shuts down. The socket
177 file will make systemd listen to sshd port (Default 873) and will start rsyncd daemon
178 when something tries to connect to that port and stop the daemon when the connection is terminated.
179 This is called socket activation.
180 By default, the first method is used - rsyncd daemon is started at boot and stopped at shutdown.
181 </para>
182
183 <para>To install the systemd unit file init included in the
184 <xref linkend="systemd-units"/> package run the following command
185 as the <systemitem class="username">root</systemitem>
186 user:
187 </para>
[0931098]188
[5ab6e72]189<screen role="root"><userinput>make install-rsyncd</userinput></screen>
[0931098]190
[5bc57bb]191 <note>
192 <para>
[c463c87]193 Note that the socket method is only useful for remote backups. For local backups you'll need
[5bc57bb]194 the service method.
195 </para>
196 </note>
197
198 <para>
199 If the socket method is desired, you need to run the following commands as the
200 <systemitem class="username">root</systemitem>
[c463c87]201 user:
[5bc57bb]202 </para>
203
[c463c87]204<screen role="root"><userinput>
[5bc57bb]205systemctl stop rsyncd &amp;&amp;
206systemctl disable rsyncd.service &amp;&amp;
207systemctl enable rsyncd.socket &amp;&amp;
[c463c87]208systemctl start rsync.socket</userinput></screen>
[5ab6e72]209 </sect3>
[0931098]210
[5ab6e72]211 </sect2>
[0931098]212
[5ab6e72]213 <sect2 role="content">
214 <title>Contents</title>
[0931098]215
[5ab6e72]216 <segmentedlist>
217 <segtitle>Installed Program</segtitle>
218 <segtitle>Installed Libraries</segtitle>
219 <segtitle>Installed Directories</segtitle>
[0931098]220
[5ab6e72]221 <seglistitem>
222 <seg>rsync</seg>
223 <seg>None</seg>
[fdf798a6]224 <seg>Optionally, /usr/share/doc/rsync-&rsync-version;</seg>
[5ab6e72]225 </seglistitem>
226 </segmentedlist>
[0931098]227
[5ab6e72]228 <variablelist>
229 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
230 <?dbfo list-presentation="list"?>
231 <?dbhtml list-presentation="table"?>
[0931098]232
[5ab6e72]233 <varlistentry id="rsync-prog">
234 <term><command>rsync</command></term>
235 <listitem>
236 <para>is a replacement for <command>rcp</command> (and
237 <command>scp</command>) that has many more features. It uses the
[fdf798a6]238 <quote>rsync algorithm</quote> which provides a very fast method of
239 syncing remote files. It does this by sending just the differences
240 in the files across the link, without requiring that both sets of
241 files are present at one end of the link beforehand.</para>
[5ab6e72]242 <indexterm zone="rsync rsync-prog">
243 <primary sortas="b-rsync">rsync</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
[0931098]247
[5ab6e72]248 </variablelist>
[46cef72]249
[5ab6e72]250 </sect2>
[46cef72]251
[5ab6e72]252</sect1>
Note: See TracBrowser for help on using the repository browser.