summaryrefslogtreecommitdiffstats
path: root/bin/sync-fuduntu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sync-fuduntu.sh')
-rwxr-xr-xbin/sync-fuduntu.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/sync-fuduntu.sh b/bin/sync-fuduntu.sh
deleted file mode 100755
index 39e4ee9..0000000
--- a/bin/sync-fuduntu.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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`