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

inotify 同步脚本

时间:2018-05-23 20:49:31      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:tomcat   gre   span   path   amp   scripts   /usr   was   echo   

#!/bin/bash

path1=/home/htoa/tomcat/webapps/ROOT/htoa/
ip=192.168.30.13

/usr/bin/inotifywait -mrq --timefmt %y/%m%d %H:/%M --format %T %w%f -emodify,delete,create,attrib $path1 | while read file;
do
rsync -avz --delete  --progress --exclude-from="/usr/local/src/scripts/exclude.list" $path1 root@$ip:$path1
echo "${file} was rsynced" >> /var/log/rsync.log 2>&1
done

 

inotify 同步脚本

标签:tomcat   gre   span   path   amp   scripts   /usr   was   echo   

原文地址:https://www.cnblogs.com/wangmo/p/9078315.html

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