Skip to content

Commit 98777ca

Browse files
authored
Merge pull request #141 from sej7278/esu-rsync
Added AlmaLinux ESU repo's
2 parents b6e76a0 + ddc9262 commit 98777ca

File tree

1 file changed

+57
-25
lines changed

1 file changed

+57
-25
lines changed

docs/local-mirror-els/README.md

Lines changed: 57 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
## Installation instructions of a local mirror with ELS updates
1+
<!-- markdownlint-disable MD040 -->
22

3-
We provide the ability to create local mirrors of Extended Lifecycle Support updates.
3+
# Installation instructions of a local mirror with ELS updates
44

5-
To obtain the access to the local mirroring, provide your External IP address to your Account Manager or send it to [[email protected]](mailto:[email protected]). To create a local mirror of the repository with security updates via `rsync`, you need to use one of the following.
5+
We provide the ability to create local mirrors of Endless Lifecycle Support and Extended Security Updates repositories.
66

7-
### CentOS 6 ELS
7+
To obtain the access to the local mirroring facility, provide your external IP address to your Account Manager or send it to [[email protected]](mailto:[email protected])
88

9-
To create a local mirror with security updates of repo with centos6-els security updates, use the following:
9+
To create a local mirror using rsync over tcp/873 (not 22) you should use one of the following sets of instructions.
10+
11+
## CentOS 6 ELS
12+
13+
To create a local mirror of the centos6-els repository with security updates via `rsync`, use the following:
1014

1115
```
1216
rsync://repo.cloudlinux.com/CENTOS6ELS/
1317
```
1418

15-
To create a local mirror of CentOS mirrors, use the following:
19+
To create a local mirror of the CentOS 6 mirrors, use the following:
1620

1721
```
1822
rsync://repo.cloudlinux.com/CENTOS6/
@@ -25,9 +29,9 @@ rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6ELS/ .
2529
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6/ .
2630
```
2731

28-
### OracleLinux 6 ELS
32+
## OracleLinux 6 ELS
2933

30-
To create a local mirror of the repository with security updates via `rsync`, use the following:
34+
To create a local mirror of the oraclelinux6-els repository with security updates via `rsync`, use the following:
3135

3236
```
3337
rsync://repo.cloudlinux.com/ORALINUX6ELS/
@@ -39,9 +43,9 @@ For example:
3943
rsync -avSHP --delete rsync://repo.cloudlinux.com/ORALINUX6ELS/ .
4044
```
4145

42-
### CentOS 8.4 ELS
46+
## CentOS 8.4 ELS
4347

44-
To create a local mirror of the repository with security updates via `rsync`, use the following:
48+
To create a local mirror of the [centos8.4-els](https://repo.cloudlinux.com/centos8.4-els/) repository with security updates via `rsync`, use the following:
4549

4650
```
4751
rsync://repo.cloudlinux.com/CENTOS84_ELS/
@@ -53,9 +57,9 @@ For example:
5357
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS84_ELS/ .
5458
```
5559

56-
### CentOS 8.5 ELS
60+
## CentOS 8.5 ELS
5761

58-
To create a local mirror of the repository with security updates via `rsync`, use the following:
62+
To create a local mirror of the [centos8.5-els](https://repo.cloudlinux.com/centos8.5-els/) repository with security updates via `rsync`, use the following:
5963

6064
```
6165
rsync://repo.cloudlinux.com/CENTOS85_ELS/
@@ -67,9 +71,9 @@ For example:
6771
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS85_ELS/ .
6872
```
6973

70-
### Ubuntu 16.04 ELS
74+
## Ubuntu 16.04 ELS
7175

72-
To create a local mirror of the repository with security updates via `rsync`, use the following:
76+
To create a local mirror of the ubuntu16_04-els repository with security updates via `rsync`, use the following:
7377

7478
```
7579
rsync://repo.cloudlinux.com/UBUNTU1604ELS/
@@ -81,26 +85,29 @@ For example:
8185
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1604ELS/ .
8286
```
8387

84-
### Ubuntu 18.04 ELS
88+
## Ubuntu 18.04 ELS
89+
90+
To create a local mirror of the [ubuntu18_04-els](https://repo.cloudlinux.com/ubuntu18_04-els/) repository with security updates via `rsync`, use the following:
8591

86-
To create a local mirror of the repository with security updates via `rsync`, use the following:
8792
```
8893
rsync://repo.cloudlinux.com/UBUNTU1804ELS/
8994
```
9095

9196
For example:
97+
9298
```
9399
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1804ELS/ .
94100
```
95101

96-
### CentOS 7 ELS
102+
## CentOS 7 ELS
103+
104+
To create a local mirror of the [centos7-els](https://repo.tuxcare.com/centos7-els/) repository with security updates via `rsync`, use the following:
97105

98-
To create a local mirror of the repository with security updates via `rsync`, use the following:
99106
```
100107
rsync://repo.tuxcare.com/CENTOS7ELS/
101108
```
102109

103-
To create a local mirror of CentOS mirrors, use the following:
110+
To create a local mirror of the CentOS 7 repository, use the following:
104111

105112
```
106113
rsync://repo.tuxcare.com/CENTOS7/
@@ -113,21 +120,23 @@ rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS7ELS/ .
113120
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS7/ .
114121
```
115122

116-
### CentOS Stream 8 ELS
123+
## CentOS Stream 8 ELS
124+
125+
To create a local mirror of the [centos8stream-els](https://repo.tuxcare.com/centos8stream-els/) repository with security updates via `rsync`, use the following:
117126

118-
To create a local mirror of the repository with security updates via `rsync`, use the following:
119127
```
120128
rsync://repo.tuxcare.com/CENTOS8STREAMELS/
121129
```
122130

123131
For example:
132+
124133
```
125134
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS8STREAMELS/ .
126135
```
127136

128-
### OracleLinux 7 ELS
137+
## OracleLinux 7 ELS
129138

130-
To create a local mirror of the repository with security updates via `rsync`, use the following:
139+
To create a local mirror of the [oraclelinux7-els](https://repo.tuxcare.com/oraclelinux7-els/) repository with security updates via `rsync`, use the following:
131140

132141
```
133142
rsync://repo.tuxcare.com/ORACLELINUX7ELS/
@@ -139,14 +148,37 @@ For example:
139148
rsync -avSHP --delete rsync://repo.tuxcare.com/ORACLELINUX7ELS/ .
140149
```
141150

142-
### Ubuntu 20.04 ELS
151+
## Ubuntu 20.04 ELS
152+
153+
To create a local mirror of the [ubuntu20_04-els](https://repo.tuxcare.com/ubuntu20_04-els/) repository with security updates via `rsync`, use the following:
143154

144-
To create a local mirror of the repository with security updates via `rsync`, use the following:
145155
```
146156
rsync://repo.tuxcare.com/UBUNTU2004ELS/
147157
```
148158

149159
For example:
160+
150161
```
151162
rsync -avSHP --delete rsync://repo.tuxcare.com/UBUNTU2004ELS/ .
152163
```
164+
165+
## AlmaLinux 9.2 ESU
166+
167+
To create a local mirror of the [tuxcare-base and tuxcare-esu](https://repo.tuxcare.com/tuxcare/9.2/) repositories with security updates via `rsync`, use the following:
168+
169+
```
170+
rsync://repo.tuxcare.com/ALMALINUX92ESU/
171+
```
172+
173+
To create a local mirror of the AlmaLinux 9.2 repository, use the following:
174+
175+
```
176+
rsync://repo.tuxcare.com/ALMALINUX/9.2/
177+
```
178+
179+
For example:
180+
181+
```
182+
rsync -avSHP --delete rsync://repo.tuxcare.com/ALMALINUX92ESU/ .
183+
rsync -avSHP --delete rsync://repo.tuxcare.com/ALMALINUX/9.2/ .
184+
```

0 commit comments

Comments
 (0)