diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:26:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:26:18 +0000 |
commit | afe5410c2ece18f6f84409d4b119159d06c62eff (patch) | |
tree | b7720770bbacd3e7bb46eb64448a1c5104ab8e3e /scripts/mirror-apnic.sh | |
parent | c274b58b3a1e8111c77f8681348621d5618b26e9 (diff) |
# on 2006/08/09 06:02:04, sra did:
*** empty log message ***
svn path=/scripts/mirror-apnic.sh; revision=176
Diffstat (limited to 'scripts/mirror-apnic.sh')
-rw-r--r-- | scripts/mirror-apnic.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/mirror-apnic.sh b/scripts/mirror-apnic.sh index 31e7129f..1836fcaf 100644 --- a/scripts/mirror-apnic.sh +++ b/scripts/mirror-apnic.sh @@ -1,3 +1,9 @@ #!/bin/sh - -wget --mirror --relative --no-parent ftp://ftp.apnic.net/pub/test-certs/ +cd `dirname $0` + +# old repository, no longer maintained +# wget --mirror --relative --no-parent ftp://ftp.apnic.net/pub/test-certs/ + +# new repository, theoretically maintained +rsync -avz rsync://repository.apnic.net/ repository.apnic.net/ |