Skip to content

Commit

Permalink
Merge pull request #60 from deynekoaa/master
Browse files Browse the repository at this point in the history
Add rsync guide for CentOS 7 ELS
  • Loading branch information
annkots authored Feb 5, 2024
2 parents aa48a12 + f0d86f0 commit 647e053
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 @@ -92,3 +92,15 @@ For example:
```
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1804ELS/ .
```

### CentOS 7 ELS

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

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

0 comments on commit 647e053

Please sign in to comment.