Skip to content

Commit

Permalink
Merge pull request #58 from annlev/master
Browse files Browse the repository at this point in the history
TCR-342 Hide block but with access by link
  • Loading branch information
annkots authored Jan 31, 2024
2 parents 41fe4fa + d60a742 commit bf98349
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 95 deletions.
95 changes: 0 additions & 95 deletions docs/extended-lifecycle-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,101 +392,6 @@ Description: ELS define package for Ubuntu 18.04
Description-md5: 39e3bb446b4c63607f8f0358484545bf
```

## Installation instructions of a local mirror with ELS updates

We provide the ability to create local mirrors of Extended Lifecycle Support updates.

To obtain the access to the local mirroring, provide your External IP address to your Account Manager or send it to [sales@tuxcare.com](mailto:sales@cloudlinux.com). To create a local mirror of the repository with security updates via `rsync`, you need to use one of the following.

### CentOS 6 ELS

To create a local mirror with security updates of repo with centos6-els security updates, use the following:

```
rsync://repo.cloudlinux.com/CENTOS6ELS/
```

To create a local mirror of CentOS mirrors, use the following:

```
rsync://repo.cloudlinux.com/CENTOS6/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6ELS/ .
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6/ .
```

### OracleLinux 6 ELS

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

```
rsync://repo.cloudlinux.com/ORALINUX6ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/ORALINUX6ELS/ .
```

### CentOS 8 ELS

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

* For CentOS 8.4:

```
rsync://repo.cloudlinux.com/CENTOS84_ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS84_ELS/ .
```

* For CentOS 8.5:

```
rsync://repo.cloudlinux.com/CENTOS85_ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS85_ELS/ .
```

### Ubuntu 16.04 ELS

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

```
rsync://repo.cloudlinux.com/UBUNTU1604ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1604ELS/ .
```

### Ubuntu 18.04 ELS

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

For example:
```
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1804ELS/ .
```

## OVAL data

### Introduction
Expand Down
94 changes: 94 additions & 0 deletions docs/local-mirror-els/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
## Installation instructions of a local mirror with ELS updates

We provide the ability to create local mirrors of Extended Lifecycle Support updates.

To obtain the access to the local mirroring, provide your External IP address to your Account Manager or send it to [sales@tuxcare.com](mailto:sales@cloudlinux.com). To create a local mirror of the repository with security updates via `rsync`, you need to use one of the following.

### CentOS 6 ELS

To create a local mirror with security updates of repo with centos6-els security updates, use the following:

```
rsync://repo.cloudlinux.com/CENTOS6ELS/
```

To create a local mirror of CentOS mirrors, use the following:

```
rsync://repo.cloudlinux.com/CENTOS6/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6ELS/ .
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS6/ .
```

### OracleLinux 6 ELS

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

```
rsync://repo.cloudlinux.com/ORALINUX6ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/ORALINUX6ELS/ .
```

### CentOS 8 ELS

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

* For CentOS 8.4:

```
rsync://repo.cloudlinux.com/CENTOS84_ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS84_ELS/ .
```

* For CentOS 8.5:

```
rsync://repo.cloudlinux.com/CENTOS85_ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/CENTOS85_ELS/ .
```

### Ubuntu 16.04 ELS

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

```
rsync://repo.cloudlinux.com/UBUNTU1604ELS/
```

For example:

```
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1604ELS/ .
```

### Ubuntu 18.04 ELS

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

For example:
```
rsync -avSHP --delete rsync://repo.cloudlinux.com/UBUNTU1804ELS/ .
```

0 comments on commit bf98349

Please sign in to comment.