摘要: 环境:centos7 转载:http://www.ruanyifeng.com/blog/2020/08/rsync.html rsync工具介绍: ​ rsync是Linux系统下数据备份的一种工具。从字面上理解就是远程同步(remote sync),rsync不仅可以远程同步数据(类似于scp) 阅读全文
posted @ 2021-02-22 20:52 (◓3◒) 阅读(125) 评论(0) 推荐(0)
摘要: 环境:centos7 ip 描述 192.168.137.13 server端:文件更改添加机 192.168.137.44 client端:文件更改添加机 sersync 介绍 sersync类似于inotify,同样用于监控,但它克服了inotify的缺点. inotify最大的不足是会产生重复 阅读全文
posted @ 2021-02-22 16:48 (◓3◒) 阅读(118) 评论(0) 推荐(0)