免费注册 查看新帖 |

Chinaunix

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

突然对数据同步有兴趣了 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-03 08:05 |只看该作者 |倒序浏览
环境:windows2003 sp1
时间:2006年4月3日
版本:0.1 2006年4月3日
       0.2 2006年4月7日
       0.3 2006年4月8日
author: tony.liu
msn:
tonyinsh(at)hotmail(dot)com
引用url:
http://www.cublog.cn/u/7198/?u=http://www.cublog.cn/u/7198/showart.php?id=94543
blog 首页:
http://www.cublog.cn/u/7198/

4月3日
分别安装server和client在192.168.0.2和192.168.0.188,都要把安装目录下面的bin 设置为环境变量 好处不多说 嘿嘿
在server的cmd下注册为服务
rsync --config rsyncd.conf --daemon --no-detach

配置rsyncd.conf as follow
use chroot = false
strict modes = false
hosts allow = *
log file = rsyncd.log
pid file = rsyncd.pid
# Module definitions
# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work
#
[test]
path = D:\test
read only = true
transfer logging = yes
auth users = admin root
secrets file = C:\Program Files\cwRsyncServer\passwd.txt
hosts allow = 192.168.0.188

到这里,因为你是要authtication user ,thus need password ,then i create C:\Program Files\cwRsyncServer\passwd.txt  as follow:
admin:qwerty
root:qwerty

format as user:password

[ 本帖最后由 shinelian 于 2008-9-23 10:04 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP