Tag: inotify

inotify与rsync对服务器进行实时同步之sersync

nick | linux | 2011-02-13
一、基础环境: REHL AS 5.4 32bit rsync 3.0.7 wget http://sersync.googlecode.com/files/sersync2.5beta1_32bit_binary.tar.gz 如果用其他较低版本OS,内核在2.6.18以下,则需要自己安装inotify-tools. 参照:http://blog.johntechinfo.com/technology/87 金山周洋blog http://blogold.chinaunix.net/u2/88421/showart_2426980.html REHL AS 5.4 64bit... [阅读全文]

inotify监控linux系统下的目录变化

nick | linux | 2010-11-09
最近,有个项目需要及时删除Nginx服务生成的缓存文件,由于不是很了解Nginx缓存生成的策略,在网上也没有仔细找,经过大家讨论,最终希望引入 liunx的inotify功能,监控某个liunx目录下的各种事件(create,delete,access等等). 想了解inotify的朋友,请参考以下两篇博文: 1.http://www.ibm.com/developerworks/cn/linux/l-inotify.html使用 inotify 监控 Linux ... [阅读全文]
Ɣ回顶部