摘要: 1.配置RSYNC服务器的同步源: 基于SSH同步源 rsync -avz /server/rsyncd/* chen@172.16.23.204:/client/rsyncd 基于RSYNC同步源 /etc/rsyncd.conf address = 172.16.23.203 port 873 阅读全文
posted @ 2017-04-30 15:22 MoStart 阅读(1364) 评论(0) 推荐(0) 编辑