From 5feb2b7bdfc783777e99c4f0e755cf34cec62936 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Mon, 12 May 2014 23:44:31 -0400 Subject: [PATCH] arch linux --- fetch-scripts/arch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fetch-scripts/arch diff --git a/fetch-scripts/arch b/fetch-scripts/arch new file mode 100644 index 0000000..52b045b --- /dev/null +++ b/fetch-scripts/arch @@ -0,0 +1,7 @@ +#!/bin/sh + +RSYNCSOURCE=rsync://rsync.gtlib.gatech.edu/archlinux/ +BASEDIR=${MIRRORDIR}/archlinux + +rsync -rtlvH --delete-after --delay-updates --safe-links --max-delete=1000 \ + ${RSYNCSOURCE} ${BASEDIR} -- 2.45.2