Skip to content

Commit 3de4b5d

Browse files
DeepAnchorjameswpm
authored andcommitted
Fix section "Rsync installation" in 12.4.md
1 parent 7357526 commit 3de4b5d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

en/12.4.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ But what about the cases where we did not backup our data to a cloud service, or
1212
1313
### Rsync installation
1414

15-
rsync 's official website: http://rsync.samba.org/can get the latest version from the above source. Of course, because rsync is a very useful software, so many Linux distributions will include it, including the.
15+
You can find the latest version of rsync from its [official website](http://rsync.samba.org/can). Of course, because rsync is very useful software, many Linux distributions will include already have included it by default.
1616

17-
Package Installation
17+
Package Installation:
1818

1919
# sudo apt-get install rsync ; Note: debian, ubuntu and other online installation methods ;
2020
# yum install rsync ; Note: Fedora, Redhat, CentOS and other online installation methods ;
2121
# rpm -ivh rsync ; Note: Fedora, Redhat, CentOS and other rpm package installation methods ;
2222

23-
Other Linux distributions, please use the appropriate package management methods to install. Installing source packages
23+
For the other Linux distributions, please use the appropriate package management methods to install it. Alternatively, you can build it yourself from the source:
2424

2525
tar xvf rsync-xxx.tar.gz
2626
cd rsync-xxx
2727
./configure - prefix =/usr; make; make install
28-
28+
29+
> Note: If want to compile and install the rsync from its source, you have to install gcc compiler tools such as job.
30+
2931
<blockquote>Note: Before using source packages compiled and installed, you have to install gcc compiler tools such as job</blockquote>
3032

3133
### Rsync Configure

0 commit comments

Comments
 (0)