Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/ .
```