#!/bin/bash
# 2011-12-29 start
# 2012-01-31 add --timeout to the official(?) options
# 2015-04-02 rsync://blackarch@blackarch.org/blackarch - rzm (...)
# 2020-10-11 +--delete-excluded; gap .5->.8 to avaid warnings in new mirror version
# 2021-07-12 +linux-manjaro
# TODO: 
options="-rtlvH --delete-after --delay-updates --safe-links --max-delete=1000 --timeout=3600 --delete-excluded"	# official? + --timeout + --delete-excluded
. /local/scripts/mirror/mirror-functions

gap=0.8 #h
mirror	rsync://ftp5.gwdg.de/pub/linux/archlinux/	$p/linux-archlinux	"- **~tmp~**"

mirror	rsync://blackarch@blackarch.org/blackarch	$p/linux-blackarch	"- **~tmp~**"

gap=3 #h
mirror	rsync://ftp.lysator.liu.se/pub/manjaro		$p/linux-manjaro
