User talk:Cailo

From ArchWiki
#!/bin/sh
# Make a local mirror with rsync for archlinux by Original ArYiX modified Cailo 1/04/2007
# Note: -z option a been removed to reduce overead in server side
# report increase speed and not needed for this because all packages
# are already compressed.
# REPO: localizacion of repositorio, it must have the same structure of created directories that contains  # the mirror.
REPO="/usr/repositorio"
rsync -av --delete --exclude=os/x86_64 --exclude=iso rsync://distrib-coffee.ipsl.jussieu.fr/archlinux/0.8 ${REPO}
rsync -av --delete --exclude=os/x86_64 --exclude=iso rsync://distrib-coffee.ipsl.jussieu.fr/archlinux/extra ${REPO}
rsync -av --delete --exclude=os/x86_64 --exclude=iso rsync://distrib-coffee.ipsl.jussieu.fr/archlinux/community ${REPO}
rsync -av --delete --exclude=os/x86_64 --exclude=iso rsync://distrib-coffee.ipsl.jussieu.fr/archlinux/testing ${REPO}
rsync -av --delete --exclude=os/x86_64 --exclude=iso rsync://distrib-coffee.ipsl.jussieu.fr/archlinux/unstable ${REPO}

Hi. Have you already seen (the updated) Local Mirror? --byte 04:53, 30 September 2007 (EDT)

Start a discussion with Cailo

Start a discussion