Centos rsync配置
https://www.cnblogs.com/taosim/articles/一、服务器端配置:# yum -y install xinetd# vi /etc/xinetd.d/rsync将如下代码service rsync{disable = yessocket_type = streamwait = nouser = rootserver = /usr/bin/r...