安装inotify:
[root@aa ~]# yum -y install inotify-tools
编写脚本:
[root@aa ~]# vim rsync.sh
修改执行权限:
[root@aa ~]# chmod 700 rsync.sh
另一台终端:
[root@aa ~]# rm -rf /app/studentweb/src/main/java/co/goho/yuanyu.studentweb/File4.java
[root@aa ~]# rm -rf /app/studentweb/src/main/java/co/goho/yuanyu.studentweb/File8.java
[root@aa ~]# touch /app/studentweb/哈哈哈
[root@aa ~]# touch /app/studentweb/哈喽
[root@aa ~]# touch /app/studentweb/哈喽
[root@aa ~]# touch /app/studentweb/哈喽
查看日志:
[root@aa ~]# cat /var/log/rsync.log
标签:aa,rsync,app,day09,实时,studentweb,touch,root From: https://blog.csdn.net/2301_78168469/article/details/140530122