摘要: 由于工作需要,要架设备份总结如下1.第一:安装rsync通过命令:yum -y install rsync 服务器,客服端均要安装2.第二:配置rsync主要三个配置文件需要来填充 a. touch /etc/rsyncd.conf (目录可以自己定义,启动时候弄清配置文件即可,建议默认) vi /etc/rsyncd.conf 1 # Distributed under the terms of the GNU General Public License v2 2 # Minimal configuration file for rsync daemon 3 # See rsync(1) 阅读全文
posted @ 2013-08-19 16:18 thinkhu 阅读(196) 评论(0) 推荐(0)