chiark / gitweb /
e44e1d420d26989250fcfbf0aa0db1540bd1fc0c
[mirror-admin] / etc / mirrors.d / 50-rfc
1 #! /bin/sh -e
2 ###
3 ### Mirror RFCs and Internet Drafts from mirrorservice.org
4
5 . lib/functions.sh
6 cd $MIRRORS
7
8 ## Fetch the RFC collection.
9 standard_rsync "$@" \
10   --exclude /ien/scanned/ \
11   --exclude /tar/ \
12   --exclude /internet-drafts/ \
13   www.ietf.org::everything-ftp/rfc/ \
14   rfc/
15
16 ## Fetch the Internet Draft collection.
17 standard_rsync "$@" \
18   rsync.mirrorservice.org::ftp.isi.edu/internet-drafts/ \
19   internet-drafts/