From 25539fff6dd571b1d1b5d633108a309e6c23d8c2 Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Thu, 30 Dec 2021 02:15:35 -0500 Subject: [PATCH 1/3] New translations 01_rsync_overview.md (Chinese Simplified) --- docs/books/learning_rsync/01_rsync_overview.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/learning_rsync/01_rsync_overview.zh.md b/docs/books/learning_rsync/01_rsync_overview.zh.md index 3bb5999af6..20295a6003 100644 --- a/docs/books/learning_rsync/01_rsync_overview.zh.md +++ b/docs/books/learning_rsync/01_rsync_overview.zh.md @@ -43,7 +43,7 @@ update: 2021-11-04 ![ 安德鲁-特里杰尔 ](images/Andrew_Tridgell.jpg) ![ 韦恩-戴维森 ](images/Wayne_Davison.jpg) -!!! note "注意" **Rsync本身只是一个增量备份工具,不具备实时数据同步功能(需要其他程序做补充)。 此外,同步是单向的。 如果要实现双向同步,需要配合其他工具。** +!!! note "注意!" **Rsync本身只是一个增量备份工具,不具备实时数据同步功能(需要其他程序做补充)。 此外,同步是单向的。 如果要实现双向同步,需要配合其他工具。** ### 基本原理和特点 From 3ce23fff8425692364b398634ad5d43de72e717f Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Thu, 30 Dec 2021 03:26:00 -0500 Subject: [PATCH 2/3] New translations 05_rsync_authentication-free_login.md (Chinese Simplified) --- .../learning_rsync/05_rsync_authentication-free_login.zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_rsync/05_rsync_authentication-free_login.zh.md b/docs/books/learning_rsync/05_rsync_authentication-free_login.zh.md index 0d2cba4246..c513f40a5f 100644 --- a/docs/books/learning_rsync/05_rsync_authentication-free_login.zh.md +++ b/docs/books/learning_rsync/05_rsync_authentication-free_login.zh.md @@ -59,7 +59,7 @@ Last login: Tue Nov 2 21:42:44 2021 from 192.168.100.5 [testrsync@Rocky ~]$ ``` -!!! tip "注意!" !!! tip "注意!" 服务器的配置文件 **/etc/ssh/sshd_config** 应该打开 PubkeyAuthentication yes +!!! tip "注意!" 服务器的配置文件 **/etc/ssh/sshd_config** 应该打开 PubkeyAuthentication yes ## rsync协议免密验证登录 @@ -93,4 +93,4 @@ sent 30 bytes received 193 bytes 148.67 bytes/sec total size is 883 speedup is 3.96 ``` -!!! tip "提示!" !!! tip "提示!" 您可以将这个变量写入到 **/etc/profile** 当中,让其永久生效。 内容为:`export RSYNC_PASSWORD=13579` +!!! tip "提示!" 您可以将这个变量写入到 **/etc/profile** 当中,让其永久生效。 内容为:`export RSYNC_PASSWORD=13579` From 843ccdac5bc0f30c915e9023fb03db8a5f8dad0b Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Thu, 30 Dec 2021 03:26:02 -0500 Subject: [PATCH 3/3] New translations 06_rsync_inotify.md (Chinese Simplified) --- docs/books/learning_rsync/06_rsync_inotify.zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_rsync/06_rsync_inotify.zh.md b/docs/books/learning_rsync/06_rsync_inotify.zh.md index 1541eb00ca..68e1ae8eec 100644 --- a/docs/books/learning_rsync/06_rsync_inotify.zh.md +++ b/docs/books/learning_rsync/06_rsync_inotify.zh.md @@ -7,7 +7,7 @@ update: 2021-11-04 # 编译安装 -在服务器中执行以下操作, 在你的环境中,可能会缺少一些依赖的包, 在服务器中执行以下操作,在你的环境中,可能会缺少一些依赖的包,安装上——`dnf -y install autoconf automake libtool` +在服务器中执行以下操作, 在你的环境中,可能会缺少一些依赖的包, 使用以下方式安装它们: `dnf -y install autoconf automake libtool` ```bash [root@Rocky ~]# wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/3.21.9.6.tar.gz @@ -76,7 +76,7 @@ inotifywait 主要有以下选项: -e 指定监控数据的事件类型,多个事件类型用英文状态的逗号隔开 ``` -事件有这些,如下: +事件类型如下: | 事件类型 | 说明 | | ------------- | -------------------------- |