]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/ubuntu-archive
Revert to wpi until Fedora Infrastructure figures out why we're timing out
[sipb-mirrors.git] / fetch-scripts / ubuntu-archive
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://archive.ubuntu.com/ubuntu
4 #RSYNCSOURCE=rsync://ubuntu.media.mit.edu/ubuntu
5 BASEDIR=${MIRRORDIR}/ubuntu
6
7 rsync --recursive --times --links --hard-links \
8       --stats \
9       --verbose \
10       --exclude "Packages*" --exclude "Sources*" \
11       --exclude "Release*" \
12       ${RSYNCSOURCE} ${BASEDIR}
13
14 rsync --recursive --times --links --hard-links \
15       --stats --delete --delete-after \
16       --verbose \
17       --exclude "project/trace/${HOSTNAME}" \
18       ${RSYNCSOURCE} ${BASEDIR}