快速业务通道

rsync 服务器搭建

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-30

rsync 服务器搭建

本方案采用客户端主动同步服务器端的方式

服务器端配置:
1.建好相应目录
mkdir /etc/rsyncd
touch /etc/rsyncd/rsyncd.conf
touch /etc/rsyncd/rsyncd.secrets
chmod 600 /etc/rsyncd/rsyncd.secrets

2.明确需要备份的目录
3.修改配置文件
pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log

read only = no
max connections = 50
use chroot = yes

[mysql]
hosts allow = 192.168.0.0/24 10.13.2.0/24 210.51.19.0/24 220.181.67.0/24
path = /data/mysql/ //需要备份的目录
uid = root
gid = root
secrets file = /etc/rsyncd/rsyncd.secrets
read only = no

[www]
hosts allow = 192.168.0.0/24 10.13.2.0/24 210.51.19.0/24 220.181.67.0/24
path = /data/www/
uid = root
gid = root
secrets file = /etc/rsyncd/rsyncd.secrets
read only = no
4.修改密码文件
vim /etc/rsyncd/rsyncd.secrets
mysql:123.com
www:123.com
5.启动rsync daemon模式
/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
6.打开防火墙873端口
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 873 -j ACCEPT

客户端设置
1.添加密码文件
cd /root/
vim rsyncd.secrets
只输入密码 123.com即可
2.同步数据
/usr/bin/rsync -vzrtopg --password-file=/root/rsyncd.secrets root@192.168.0.10::mysql /data/mysql/
3.验证数据
4.添加计划任务
crontab -e

本文出自 “ShareDream” 博客,请务必保留此出处http://yangtong.blog.51cto.com/981099/636310

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号