Linux - Rsyncd install - Centos8 1. 설치 yum install rsync rsync-daemon -y yum install rsync rsync-daemon -y 2. 환경 설정 [root@node1 svc]# vi /etc/rsyncd.conf # /etc/rsyncd.conf uid = 1000 gid = 1000 max connections = 20 timeout 600 hosts allow = 192.168.56.0/24 [SRCS] path = /svc/srcs comment = System Install Source Pub use chroot = yes read only = yes [WEB_APP] comment = WEB SERVICE SRC path = /svc..