inotify+rsync
Posted penny-pan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了inotify+rsync相关的知识,希望对你有一定的参考价值。
yum install inotify-tools -y
sysctl -w fs.inotify.max_user_watches="99999999" #同时同一用户可以监控的目录数量
/usr/bin/inotifywait -mrq --timefmt ‘%Y/%m/%d-%H:%M:%S‘ --format ‘%T %w %f‘ -e modify,delete,create,move,attrib /root/ #jian
以上是关于inotify+rsync的主要内容,如果未能解决你的问题,请参考以下文章