1. 安装inotify tools 下载插件 从 "阿里镜像站" 中下载相关插件,按照“centos”、“el7”、“x86_64”等标签进行筛选,例如 "inotify tools devel 3.14 9.el7.x86_64.rpm" 将插件上传至服务器 使用root身份安装该插件 2. 源 ...
分类:
系统相关 时间:
2020-05-15 09:23:45
阅读次数:
83
环境准备 | 主机名 | 外网IP | 内网IP | 角色 | 部署服务 | | | | | | | | web01 | 10.0.0.7 | 172.16.1.7 | rsync的客户端,nfs的客户端,网站 | rsync,nfs,apache,php | | web02 | 10.0.0.8 ...
分类:
其他好文 时间:
2020-05-10 21:38:22
阅读次数:
79
1、什么是rsync? rsync,Rsync英文全称为Remote synchronization 缩写rsync 是开源、高速的、可实现本地以及远程,全量以及 增量 的数据复制(拷贝)工具。 Rsync有3种传输数据模式,具体介绍如下。 1.本地(Local)数据传输模式 Rsync的本地数据传 ...
分类:
其他好文 时间:
2020-05-10 17:19:38
阅读次数:
75
① 守护进程多模块功能配置 第一步:修改服务端rsync配置文件,添加新的模块 [root@backup ~]# vim /etc/rsyncd.conf [backup] comment = "backup dir by oldboy" path = /backup [nfs] path = /n ...
分类:
其他好文 时间:
2020-05-09 17:07:53
阅读次数:
70
1. rsync服务端开启的iptables防火墙 【客户端的错误】 No route to host 【错误演示过程】 [root@nfs01 tmp]# rsync -avz /etc/hosts rsync_backup@172.16.1.41::backup rsync: failed to ...
分类:
其他好文 时间:
2020-05-09 14:17:08
阅读次数:
91
安装inotify tools 3.14.tar.gz tar xf inotify tools 3.14.tar.gz && cd inotify tools 3.14 ./configure prefix=/app && make &&make install vim auto_inotify. ...
分类:
其他好文 时间:
2020-05-08 22:40:21
阅读次数:
72
脚本1, 客户端 服务端 脚本3 脚本4 脚本5 ...
分类:
其他好文 时间:
2020-05-08 16:39:50
阅读次数:
81