环境准备 | 主机名 | 外网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
JAVA基础 java反射 class对象 三种方式获取class加载时对象 1.class.forName("全类名"):将字节码文件加载进内存,返回class对象 2.类名.class:通过类名的属性class获取 3.对象.getClass():getClass()方法是object中的静态方 ...
分类:
编程语言 时间:
2020-05-04 15:28:36
阅读次数:
58
先把我主要学习参考的文章放上来先,这篇文章讲的挺好的,分析比较到位,最好是先看完这篇文章,在接下去看我写的。不然你会一脸懵逼,不过等你看完这篇文章,可能我的文章对你也用途不大了 深入分析AbstractQueuedSynchronizer独占锁的实现原理:ReentranLock 小弟我也是刚开始研 ...
分类:
其他好文 时间:
2020-05-04 00:32:08
阅读次数:
80