]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/osmc
kernel: Use rsync.kernel.org instead of www.kernel.org
[sipb-mirrors.git] / fetch-scripts / osmc
1 #!/bin/sh
2
3 RSYNCSOURCE=rsync://rsync.samnazarko.co.uk/cdn/
4 BASEDIR=${MIRRORDIR}/osmc
5
6 rsync --archive --update --partial --verbose \
7         --exclude Packages* \
8         --exclude Sources* \
9         --exclude Release* \
10         --exclude InRelease \
11         --exclude i18n/* \
12         --exclude ls-lR* \
13         ${RSYNCSOURCE} ${BASEDIR}
14
15 rsync --archive --update --partial --delete --verbose ${RSYNCSOURCE} ${BASEDIR}