Skip to content

Commit

Permalink
Merge pull request #80 from deynekoaa/master
Browse files Browse the repository at this point in the history
Add rsync command for CentOS Stream 8 ELS repo
  • Loading branch information
annkots authored Jun 3, 2024
2 parents 2125bcd + 2570c1f commit 8ce123e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/local-mirror-els/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,16 @@ For example:
```
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS7ELS/ .
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS7/ .
```

### CentOS Stream 8 ELS

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

For example:
```
rsync -avSHP --delete rsync://repo.tuxcare.com/CENTOS8STREAMELS/ .
```

0 comments on commit 8ce123e

Please sign in to comment.