chiark / gitweb /
etc/mirror.packages: Mirror job for IANA assignments.
[mirror-admin] / etc / mirror.packages
1 ### -*-conf-*-
2 ###
3 ### General mirror configuration.
4
5 ###--------------------------------------------------------------------------
6 package=defaults
7
8         ## Basic login stuff.
9         remote_user=ftp
10         remote_password=mirror@distorted.org.uk
11         passive_ftp=true
12         timeout=120
13
14         ## What to fetch.
15         recursive=true
16         exclude_patt+|\~$
17
18         ## Sensible mode settings.
19         mode_copy=false
20         file_mode=0664
21         dir_mode=0775
22
23         ## Tidy up files which disappear upstream.
24         do_deletes=true
25         max_delete_files=80%
26
27 ###--------------------------------------------------------------------------
28 ### Nelson Beebe's BibTeX database archive.
29
30 package=utah-bib
31         site=ftp.math.utah.edu
32         remote_dir=/pub/tex/bib/
33         local_dir=utah-bib
34         recursive=false
35         get_patt=\.bib$
36
37 ###--------------------------------------------------------------------------
38 ### IANA assigned numbers (and other stuff).
39
40 package=iana
41         site=ftp.iana.org
42         remote_dir=/
43         local_dir=iana
44         recursive=true
45         exclude_patt+|^pub/mirror
46
47 ###----- That's all, folks --------------------------------------------------