mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 04:54:44 +08:00
20 lines
585 B
XML
20 lines
585 B
XML
|
<sect2>
|
||
|
<title>Installation of <application>rsync</application></title>
|
||
|
|
||
|
<para>For security reasons, running rsync server as an unpriviledged user and
|
||
|
group is encouraged.</para>
|
||
|
|
||
|
<para><screen><userinput><command>groupadd rsyncd &&
|
||
|
useradd -c rsyncd -d /home/rsync -g rsyncd -s /bin/false rsyncd</command>
|
||
|
</userinput></screen></para>
|
||
|
|
||
|
<para>Install <application>rsync</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
<para><screen><userinput><command>./configure --prefix=/usr &&
|
||
|
make &&
|
||
|
make install </command></userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|