diff options
Diffstat (limited to 'scripts/Old/mirror-apnic.sh')
-rw-r--r-- | scripts/Old/mirror-apnic.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/Old/mirror-apnic.sh b/scripts/Old/mirror-apnic.sh deleted file mode 100644 index 995efcb8..00000000 --- a/scripts/Old/mirror-apnic.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# $Id$ - -# An unknown entity representing itself as gmm says that this is the -# trust anchor for the APNIC test repository. -# -fetch -m -o repository.apnic.net/trust-anchor.cer \ - http://mirin.apnic.net/resourcecerts/trust-anchor.cer - -# Mirror the repository itself -# -rsync -aiz --delete rsync://repository.apnic.net/APNIC/ repository.apnic.net/APNIC/ |