From 4713357d38d2bb9af3bed0af1c300098642cbb77 Mon Sep 17 00:00:00 2001 From: syncer Date: Mon, 11 Mar 2013 18:07:04 +0100 Subject: fuduntu: add new mirror --- bin/sync-fuduntu.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/sync-fuduntu.sh diff --git a/bin/sync-fuduntu.sh b/bin/sync-fuduntu.sh new file mode 100755 index 0000000..39e4ee9 --- /dev/null +++ b/bin/sync-fuduntu.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +RSYNC="/usr/bin/rsync" +OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=600" +SRC="rsync://packages.fuduntu.org/repo" +DST="/mirror/ftp/pub/fuduntu/" + +${RSYNC} ${OPTS} ${SRC} ${DST} +echo "End: "`date` -- cgit v1.2.3-1-g7c22