diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:26:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:26:37 +0000 |
commit | d714d7d7ad6dea084b66d50cc3c81328ba4e209c (patch) | |
tree | ab9e21370c99bfcf2dd26c3caeca61148819fabd /scripts | |
parent | a337ccab15a40c3ce02b8bd4f5fb3cd1457aa924 (diff) |
# on 2006/08/09 06:06:15, sra did:
*** empty log message ***
svn path=/scripts/mirror-apnic.sh; revision=179
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mirror-apnic.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/mirror-apnic.sh b/scripts/mirror-apnic.sh index f7264422..5d9f8f30 100644 --- a/scripts/mirror-apnic.sh +++ b/scripts/mirror-apnic.sh @@ -3,8 +3,4 @@ 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/APNIC/ repository.apnic.net/APNIC/ +rsync --archive --itemize-changes --compress --delete rsync://repository.apnic.net/APNIC/ repository.apnic.net/APNIC/ |