免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 943 | 回复: 0
打印 上一主题 下一主题

rsync 1 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-12-06 11:52 |只看该作者 |倒序浏览

rsync
1 198和212上面都有rsync
2 rsync  三参数
3 198上面和212上都有  是否互为备份。a 198迁移 :198有哪些监控:a firewall215润达 216网通 212铁通  b 226计划任务;
198上的监控是否在apache下能用
4 备份策略的设定

windows
datasync

sync now

uid  gid  仔细体会
auth users  不一定是系统用户
问清楚uid  gid   看了线上机器的配置   找出问题  测试   上线
http://www.cnblogs.com/JemBai/archive/2008/10/20/1315182.html
  windows 下配置

windows client  bat文件内容
cd "d:\Program Files\cwRsync\bin"
rsync -vzrtopg --progress --delete 192.168.1.137::test   /cygdrive/d/1

rsync 的成功配置
server(192.18.1.126 ) client  (192.168.1.129)
rsync2.4.6.tar.gz


服务端配置
1         装rsync
A  tar  zxvf  rsync2.4.6.tar.gz   
B  cd  rsync2.4.6
C  ./configure
D  make
E  make install
2         写配置文件   //表示注解
Vi  /etc/rsyncd.conf
uid = nobody

gid = nobody

use chroot = no

max connections = 10

pid file = /var/run/rsyncd.pid

lock file = /var/run/rsync.lock

log file = /var/log/rsyncd.log



[dwgfile]

path = /workfile/dwgfile/      //要有此目录     

comment = dwg file

ignore errors

read only = true

list = false

uid = root

gid = root

#auth users = backup

secrets file = /etc/rsync.pwd
3         vi /etc/rsync.pwd
bakup:123ji@
chmod  600  /etc/rsync.pwd
4         启动服务
/usr/local/bin/rsync  --daemon


客户端配置
1 装rsync  //参照前面A-E
2 命令
rsync -zvrtopg --delete
[email=backup@192.168.1.126::dwgfile]backup@192.168.1.126::dwgfile[/email]
/bak       --password-file=/etc/rsync.pwd

参照:
http://www.cmuch.com/article.asp?id=87


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/107425/showart_2112219.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP