Home  >  Article  >  php教程  >  rsync+inotify server file real-time synchronization

rsync+inotify server file real-time synchronization

WBOY
WBOYOriginal
2016-09-15 11:14:49960browse

Inotify is a powerful, fine-grained, asynchronous file system event monitoring mechanism. The Linux kernel has added Inotify support starting from 2.6.13. Through Inotify, you can monitor various details such as addition, deletion, modification, and movement in the file system. Events, using this kernel interface, third-party software can monitor various changes in files under the file system, and Inotify-tools is such a third-party software.
Address: http://gongfuxiang.com/post-92.html

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn