summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyncer <root@plopp.spline.de>2013-03-11 18:07:04 +0100
committersyncer <root@plopp.spline.de>2013-03-11 18:07:04 +0100
commit4713357d38d2bb9af3bed0af1c300098642cbb77 (patch)
treef6ceabfdd20bd0c7e6b405beaecd18c2206db37c
parent939316a07929db03012134eaf33c804900b99903 (diff)
downloadmirror-sync-4713357d38d2bb9af3bed0af1c300098642cbb77.tar.gz
mirror-sync-4713357d38d2bb9af3bed0af1c300098642cbb77.tar.bz2
mirror-sync-4713357d38d2bb9af3bed0af1c300098642cbb77.zip
fuduntu: add new mirror
-rwxr-xr-xbin/sync-fuduntu.sh9
1 files changed, 9 insertions, 0 deletions
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`