Skip to content

Instantly share code, notes, and snippets.

@BigAl
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigAl/97e34f8eac6d262166cc to your computer and use it in GitHub Desktop.
Save BigAl/97e34f8eac6d262166cc to your computer and use it in GitHub Desktop.
Update CentOS 6 & 7 mirror
rsync -avrt rsync://mirror.internode.on.net:pub/centos/6/updates/x86_64/ --exclude=drpms /Volumes/Data\ HD/www/centos/6/updates/x86_64/
rsync -avrt rsync://mirror.internode.on.net:pub/centos/6/extras/x86_64/ --exclude=drpms /Volumes/Data\ HD/www/centos/6/extras/x86_64/
rsync -avrt rsync://mirror.internode.on.net:pub/centos/6/fasttrack/x86_64/ --exclude=drpms /Volumes/Data\ HD/www/centos/6/fasttrack/x86_64/
rsync -avrt rsync://mirror.internode.on.net:pub/centos/7/updates/x86_64/ --exclude=drpms /Volumes/Data\ HD/www/centos/7/updates/x86_64/
rsync -avrt rsync://mirror.internode.on.net:pub/centos/7/extras/x86_64/ --exclude=drpms /Volumes/Data\ HD/www/centos/7/extras/x86_64/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment