Skip to content

Commit

Permalink
Merge pull request #110 from deynekoaa/master
Browse files Browse the repository at this point in the history
ELS-987: add instructions for setting up an OL 7 mirror
  • Loading branch information
annkots authored Jan 7, 2025
2 parents 6a0256f + 119a2ce commit d27f0d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/local-mirror-els/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,18 @@ rsync://repo.tuxcare.com/CENTOS8STREAMELS/
For example:
```
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS8STREAMELS/ .
```

### OracleLinux 7 ELS

To create a local mirror of the repository with security updates via `rsync`, use the following:

```
rsync://repo.tuxcare.com/ORACLELINUX7ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.tuxcare.com/ORACLELINUX7ELS/ .
```

0 comments on commit d27f0d2

Please sign in to comment.