File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,9 @@ For example:
3939rsync -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```
4947rsync://repo.cloudlinux.com/CENTOS84_ELS/
@@ -55,7 +53,9 @@ For example:
5553rsync -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```
6161rsync://repo.cloudlinux.com/CENTOS85_ELS/
@@ -137,4 +137,16 @@ For example:
137137
138138```
139139rsync -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+ ```
You can’t perform that action at this time.
0 commit comments