Last active
January 26, 2018 20:14
-
-
Save robertely/d05c3e2c3434c4e821eab660c9021d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p centos/centos-vault | |
# The Vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/6.7 centos/centos-vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/6.8 centos/centos-vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/6.9 centos/centos-vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/7.2.1511 centos/centos-vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/7.3.1611 centos/centos-vault | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/7.4.1708 centos/centos-vault | |
# Current Releases | |
rsync -amL --progress rsync://mirrors.kernel.org/centos/7.4.1708 centos/ | |
rsync -amL --progress rsync://mirrors.kernel.org/centos/6.9 centos/ | |
# Keys | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/RPM-GPG-KEY-CentOS-6 centos/ | |
rsync -amL --progress rsync://archive.kernel.org/centos-vault/centos/RPM-GPG-KEY-CentOS-7 centos/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment