Skip to content

Commit 6320082

Browse files
authored
Merge pull request #134 from deynekoaa/master
ELS-1160: Add rsync configuration for Ubuntu 20.04 ELS
2 parents d35d28f + e509b38 commit 6320082

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

docs/local-mirror-els/README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ For example:
3939
rsync -avSHP --delete rsync://repo.cloudlinux.com/ORALINUX6ELS/ .
4040
```
4141

42-
### CentOS 8 ELS
42+
### CentOS 8.4 ELS
4343

44-
To create a local mirror of the repository with security updates via rsync, use the following:
45-
46-
* For CentOS 8.4:
44+
To create a local mirror of the repository with security updates via `rsync`, use the following:
4745

4846
```
4947
rsync://repo.cloudlinux.com/CENTOS84_ELS/
@@ -55,7 +53,9 @@ For example:
5553
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS84_ELS/ .
5654
```
5755

58-
* For CentOS 8.5:
56+
### CentOS 8.5 ELS
57+
58+
To create a local mirror of the repository with security updates via `rsync`, use the following:
5959

6060
```
6161
rsync://repo.cloudlinux.com/CENTOS85_ELS/
@@ -137,4 +137,16 @@ For example:
137137

138138
```
139139
rsync -avSHP --delete rsync://repo.tuxcare.com/ORACLELINUX7ELS/ .
140-
```
140+
```
141+
142+
### Ubuntu 20.04 ELS
143+
144+
To create a local mirror of the repository with security updates via `rsync`, use the following:
145+
```
146+
rsync://repo.tuxcare.com/UBUNTU2004ELS/
147+
```
148+
149+
For example:
150+
```
151+
rsync -avSHP --delete rsync://repo.tuxcare.com/UBUNTU2004ELS/ .
152+
```

0 commit comments

Comments
 (0)