================================================================================
rsync-client.pl/rsync-server.pl has been installed to /usr/local/sbin

CONFIGURATION:

A default configuration has been installed to /etc/rsync/rsync.conf if
not already present; current defautl is also in:

/usr/local/share/examples/rsync/rsync.conf


Customize it for your system.

1. Create the _rsyncu user:
   # useradd -u 5000 -g =uid -c "Rsyncu User" \
             -d /home/_rsyncu -s /usr/local/bin/bash _rsyncu

2. Set directory ownership
   # chown root:_rsyncu /etc/rsync

3. Set config file ownership:
   # chown root:_rsyncu /etc/rsync/rsync.conf

================================================================================
