glfs/server/other/rsync/rsync-inst.xml

20 lines
586 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>rsync</application></title>
<para>For security reasons, running <application>rsync</application> server as
an unprivileged user and group is encouraged.</para>
<screen><userinput><command>groupadd rsyncd &amp;&amp;
useradd -c rsyncd -d /home/rsync -g rsyncd -s /bin/false rsyncd</command>
</userinput></screen>
<para>Install <application>rsync</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install </command></userinput></screen>
</sect2>