摘要: 需求把192.168.150.21上 /apache-tomcat-7.0.37 实时同步到192.168.150.20 的 /home/tgss/apache-tomcat-7.0.37 中配置192.168.150.20rpm –ivh rsync-3.0.9-1.el6.rfx.x86_64.rpmcat /etc/xinetd.d/rsync可以看到rsync服务是关闭的 disable=yes 把它开启 disable=no创建配置文件 /etc/rsyncd.confuid = rootgid = roothosts allow = 192.168.150.21use chroot 阅读全文
posted @ 2014-02-27 13:31 梦想成为一名程序员 阅读(426) 评论(0) 推荐(0)