Skip to content

Commit 119a2ce

Browse files
committed
ELS-987: add instructions for setting up an OL 7 mirror
1 parent 6a0256f commit 119a2ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/local-mirror-els/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,18 @@ rsync://repo.tuxcare.com/CENTOS8STREAMELS/
123123
For example:
124124
```
125125
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS8STREAMELS/ .
126+
```
127+
128+
### OracleLinux 7 ELS
129+
130+
To create a local mirror of the repository with security updates via `rsync`, use the following:
131+
132+
```
133+
rsync://repo.tuxcare.com/ORACLELINUX7ELS/
134+
```
135+
136+
For example:
137+
138+
```
139+
rsync -avSHP --delete rsync://repo.tuxcare.com/ORACLELINUX7ELS/ .
126140
```

0 commit comments

Comments
 (0)