From d72c9f9d5a6ac8bf8345bc6b7078008433c43f81 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Wed, 22 Dec 2021 08:52:57 -0600 Subject: [PATCH] Fix link and wording PR # 464 * These changes were pushed in PR #464, but were out of sync with the document in its current state. * Fix formatting of link * Re-word admonition --- docs/books/learning_rsync/01_rsync_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_rsync/01_rsync_overview.md b/docs/books/learning_rsync/01_rsync_overview.md index 4f53ac859a..c3d3d4726e 100644 --- a/docs/books/learning_rsync/01_rsync_overview.md +++ b/docs/books/learning_rsync/01_rsync_overview.md @@ -35,7 +35,7 @@ Therefore, there needs to be a data backup in the production environment which n 2. Real-time data file synchronization 3. Less occupancy of system resources and higher efficiency -`rsync` appeared to meet the above needs. It uses the GNU open source license agreement. It is a fast incremental backup tool. The latest version is 3.2.3 (2020-08-06). You can visit [ Official website ] (https://rsync.samba.org/) for more information. +`rsync` appeared to meet the above needs. It uses the GNU open source license agreement. It is a fast incremental backup tool. The latest version is 3.2.3 (2020-08-06). You can visit the [Official website](https://rsync.samba.org/) for more information. In terms of platform support, most Unix-like systems are supported, whether it is GNU/Linux or BSD. In addition, there are related `rsync` under the Windows platform, such as cwRsync. @@ -45,7 +45,7 @@ The original `rsync` was maintained by the Australian programmer