Rsync

From CBLFS
Revision as of 11:38, 16 April 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://samba.anu.edu.au/ftp/rsync/rsync-2.6.9.tar.gz |} ---- == Dependencies == === Optional === * [[Pop...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://samba.anu.edu.au/ftp/rsync/rsync-2.6.9.tar.gz

Dependencies

Optional

Create the rsyncd User/Group

groupadd -g 49 rsyncd &&
useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd -s /bin/false -u 49 rsyncd

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

N32

64Bit

Configuring