chiark / gitweb /
Merge branch 'ftpsync' into temp
[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 ###----- That's all, folks --------------------------------------------------