From 67bde1c09d87d8726ff48220c2f0929bad64ae60 Mon Sep 17 00:00:00 2001 From: tianci Date: Wed, 22 Dec 2021 12:00:19 +0800 Subject: [PATCH 1/2] Link format modification --- docs/books/learning_rsync/01_rsync_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/learning_rsync/01_rsync_overview.md b/docs/books/learning_rsync/01_rsync_overview.md index af45038b49..c0c29def1c 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 [ 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. From 58791f2fcd328895b0e1b1f1a4a383eedf945788 Mon Sep 17 00:00:00 2001 From: tianci Date: Wed, 22 Dec 2021 12:39:32 +0800 Subject: [PATCH 2/2] Minor modification --- docs/books/learning_rsync/01_rsync_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/learning_rsync/01_rsync_overview.md b/docs/books/learning_rsync/01_rsync_overview.md index c0c29def1c..23124578f7 100644 --- a/docs/books/learning_rsync/01_rsync_overview.md +++ b/docs/books/learning_rsync/01_rsync_overview.md @@ -45,7 +45,7 @@ The original `rsync` was maintained by the Australian programmer