#                                          
# /etc/fmirror/debian-non-US.conf  2006/09/23 kanenari 
#                                          

# このファイルは、 fmirror の設定ファイルです。
# ftp.ep.sci.hokudai.ac.jp が用いています。


# [1] サーバ固有の設定です
username:       anonymous
password:       epftp@ep.sci.hokudai.ac.jp

# [2] ミラー元サーバの指定をします
host:           dennou-h.ees.hokudai.ac.jp
# host:           dennou-t.ms.u-tokyo.ac.jp
# host:           dennou-k.gaia.h.kyoto-u.ac.jp
remotedir:      /library/Linux/debian-non-US/
#remotetz: -540


# [3] 持ってきたファイルの置き場を指定します。
localdir:       /home/ftp/.hd02/Debian/debian-non-US/


# [4] ログ・圧縮に関する各種設定をします。
loglevel:       3
#compressed:    1
#decompressor:  gzip
#decompressor_opt: -dc
#dircmd:                RETR ls-lR.gz


# [5] ミラーから除外するファイル(郡)を設定します
# the normal excludes first
exclude:        f       ^(\.in\.|\.mirror|core$|MIRROR\.LOG|\.notar|\.message)
exclude:        f       ^(\.cache|\.zipped|lost\+found|Network Trash Folder)
exclude:        p       ^(bin/|etc/|lib/)


# [6] 未圧縮ファイルをミラーするかどうかを設定します。
# exclude the uncompressed Contents and Packages files, and all ls-lR files
include:        if      Packages-.*\.gz$
include:        if      Contents-.*\.gz$
#exclude:       if      Contents-
#exclude:       if      Packages-


# [7] ls-lR 等のファイルをミラーするかを設定します。
exclude:        if      ls-lR


# [8] パッケージのソースをミラーするかを設定します。
# dont get source
#exclude:       p       (^|/)source/


# [9] debian 固有の設定です。
# get binaries only for intel, and all
#include:       p       (^|/)(disks|binary)-(all|i386)/
#exclude:       p       (^|/)(msdos|disks|binary)-.*/
#exclude:       if      _(alpha|m68k|sparc|powerpc)\.deb$