forked from Lainports/freebsd-ports
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>
13 lines
623 B
Text
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!
|
|
-------------------------------------------------------------------------------------------
|
|
|