摘要: 只记录了自己的操作步骤,详细信息也可以参考https://www.cnblogs.com/sellsa/p/5345092.html 安装sersync 将sersync安装包解压后会有两个配置文件 [root@nfs ~]# tar xfz serync.tar.gz [root@nfs ~]# 阅读全文
posted @ 2018-04-15 18:46 Smile杰丶 阅读(1160) 评论(0) 推荐(0)
摘要: inotify客户端 安装inotify-tools 写检测脚本 #!/bin/bash Path=/data IP=192.168.56.201 inotifywait -mrq --format '%w%f' -e close_write,delete $Path \ | while read 阅读全文
posted @ 2018-04-15 17:39 Smile杰丶 阅读(229) 评论(0) 推荐(0)