I
I
Igor2019-11-22 12:39:05
FreeBSD
Igor, 2019-11-22 12:39:05

How to start RSYNC?

Can't set up rsync backup.
Available: combat server (FreeBSD) and backup server. (Debian)
Task: set up backup from production server to backup.
On : rsync 192.168.1.2::
Produces the following

rsync: failed to connect to 192.168.1.2 (192.168.1.2): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(127) [Receiver=3.1.3]

PS downloaded rsync not from ports (FreeBSD), but from pkg. Roughly speaking, I manually wrote the config, and when checking the status
service status rsync
status does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable

I would be grateful to every comrade who will render any help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zolg, 2019-11-22
@whitegtr

service status rsync

service rsync d status
and, accordingly,
service rsyncd enable
service rsyncd start after adjusting
the config in /usr/local/etc/rsync/rsyncd.conf

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question