实验部分 1.安装rsync 2.配置文件 3.配置密码 4.后续 5.为了测试,创建几个文件 配置实时同步 1.调整inotify内核参数 安装inotify-tools 测试同步 编写脚本 验证 重点内容 1、认识 Rsync(remote synchronize)是一个远程数据同步工具,可通过 ...
分类:
系统相关 时间:
2020-05-26 01:19:22
阅读次数:
85
inotify 监控简单shell for foo in /proc/*/fd/*; do readlink -f $foo; done | grep inotify | sort | uniq -c | sort -nr 一个很不错的script #!/bin/sh ? # Get the pro ...
分类:
其他好文 时间:
2020-05-25 12:10:58
阅读次数:
73
composer create-project hyperf/hyperf-skeleton 阿里云 提供实时同步,5秒更新 composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 第一PHP版本 ...
分类:
其他好文 时间:
2020-05-24 16:37:00
阅读次数:
178
1.实现基于mysql验证的vsftpd虚拟用户访问本场景使用两台服务器实现,一台ftp服务器,一台数据库服务器1.1安装数据库[root@c5~]#yum-yinstallmariadb-server[root@c5~]#systemctlstartmariadb.service[root@c5~]#systemctlenablemariadb1.2在FTP服务器上安装vsftpd,mariad
分类:
其他好文 时间:
2020-05-20 09:34:41
阅读次数:
57
```常见方案:inotify、sersync、rsync等docker方式docker pull quay.io/stephenh/mirror:1.3.8主server 192.168.0.5docker run -d -v /backup:/data -p 49172:49172 mirror... ...
分类:
其他好文 时间:
2020-05-16 17:08:35
阅读次数:
133
1. 安装 Node.js BrowserSync是基于Node.js的, 是一个Node模块, 如果您想要快速使用它,也许您需要先安装一下Node.js安装适用于Mac OS,Windows和Linux。 2. 安装 BrowserSync 您可以选择从Node.js的包管理(NPM)库中 安装B ...
分类:
Web程序 时间:
2020-05-15 13:14:45
阅读次数:
290
Rsync实时备份工具使用 [toc] 一、实时备份介绍 1.1.1什么是实时备份: 实时备份就是利用实时工具对重要数据和文件变化进行一个实时的监控与备份,一发生变化,我就备份。 1.1.2 企业中常用的备份工具: 有inotify和sersync(推荐使用) 两种。 1.1.3. 企业为什么要做实 ...
分类:
其他好文 时间:
2020-05-15 09:41:26
阅读次数:
65
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
安装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