Skip to content

Instantly share code, notes, and snippets.

@robertely
Last active January 26, 2018 20:14
Show Gist options
  • Save robertely/d05c3e2c3434c4e821eab660c9021d69 to your computer and use it in GitHub Desktop.
Save robertely/d05c3e2c3434c4e821eab660c9021d69 to your computer and use it in GitHub Desktop.
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