码迷,mamicode.com
首页 > 其他好文 > 详细

inotify+rsync

时间:2018-07-13 19:04:18      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:bin   time   format   create   odi   att   for   delete   roo   

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

标签:bin   time   format   create   odi   att   for   delete   roo   

原文地址:https://www.cnblogs.com/penny-pan/p/9306399.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!