免费注册 查看新帖 |

Chinaunix

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

[系统管理] rsync+inotify的配置问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-05-25 00:49 |只看该作者 |倒序浏览
今天在配rsync+inotify时,在服务端(分发服务器)配置完inotify和同步脚本,在客户端配置完rsync后,在服务端执行脚本测试时为什么当我在服务端增加文件后,因为客户端目录原本是空的,在inotify同步后服务端文件被删除了?正常情况应该是客户端随之增加文件才对。多谢大家帮看下

配置如下:
客户端:(192.168.159.130)
[root@master ~]# cat /etc/rsyncd.conf
uid = nobody
gid = nobody
use chroot = no
max connections = 10
strict modes = yes
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
log file = /var/log/rsyncd.log

[node1]
path = /root/node1
comment = node1 file
ignore errors
read only = no
hosts allow = *
list = true
uid = root
gid = root
auth users = node1
secrets file = /etc/server.pass

服务端:(192.168.159.139)
[root@node1 ~]# cat /etc/server.pass
node1
[root@node1 ~]# cat inotify_rsync.sh
#!/bin/bash
node1=192.168.159.130
src=/root/node/
dst1=node1
user1=node1

/usr/local/bin/inotifywait -mrq --timefmt '%d/%m/%y %H:%M' --format '%T %w%f%e' -e modify,delete,create,attrib ${src} | while read file \
  do
    /usr/local/bin/rsync -vzrtopg --delete --progress ${user1}@${node1}:{dst1} ${src} --password-file=/etc/server.pass
    echo "${files} was rsynced" >>/tmp/rsync.log 2>&1
  done



论坛徽章:
0
2 [报告]
发表于 2012-05-25 16:45 |只看该作者
自个顶下吧

论坛徽章:
9
2015亚冠之阿尔纳斯尔
日期:2015-09-10 16:21:162015亚冠之塔什干火车头
日期:2015-07-01 16:23:022015年亚洲杯之巴勒斯坦
日期:2015-04-20 17:19:46子鼠
日期:2014-11-13 09:51:26未羊
日期:2014-08-28 18:13:36技术图书徽章
日期:2014-02-21 09:30:15酉鸡
日期:2014-01-14 11:12:49天蝎座
日期:2013-12-09 17:56:53平安夜徽章
日期:2015-12-26 00:06:30
3 [报告]
发表于 2012-05-25 17:25 |只看该作者
回复 1# zhangc819


    你把客户端服务端搞反了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP