应该不会消失的链接:
1、https://infoq.cn/article/inotify-linux-file-system-event-monitoring
2、http://ju.outofmemory.cn/entry/264098
3、http://icodeit.org/2015/03/build-monitor-script-based-on-inotify/ ,他有提到mac用fswatch
4、http://ju.outofmemory.cn/entry/278544 有一个现成的同步脚本
其实我5年前有写过一个inotifywait + php 的脚本,主要是用来检测哪些文件被人修改了,用做防篡改。可能最近会重新用上,温故一下旧知识点