freebsd-ports/sysutils/realsync/files/pkg-message.in
Danilo Egea Gondolfo d3f99a4e7a - Add new port sysutils/realsync
realsync daemon with rsync and python:
- config support /usr/local/etc/realsync.cfg
- e-mail stats support
- threads support
- threads wait support

PR:		ports/185774
Submitted by:	Krasimir Nachev <krasi@it-sys.org>
2014-01-17 16:54:52 +00:00

13 lines
623 B
Text

-------------------------------------------------------------------------------------------
Author: Krasimir Nachev e-mail: krasi@it-sys.org
Please:
1. Edit %%PREFIX%%/etc/realsync.cfg
2. Genenerate a ssh key with the command below:
ssh-keygen -b 4048 -t rsa -C "realsync automatic sync"
3. Copy the key to some remote nodes:
scp ~/.ssh/id_rsa.pub someuser@remote.node1.domain.org:.ssh/authorized_keys
4. Set realsync_enable="YES" in /etc/rc.conf
Start the program: %%PREFIX%%/etc/rc.d/realsync start
That's all!
-------------------------------------------------------------------------------------------