# # /etc/fmirror/apache.conf 2004/01/11 shido # 2005/02/11 ogawa # このファイルは、 fmirror の設定ファイルです。 # ftp.ep.sci.hokudai.ac.jp が用いています。 # [1] サーバ固有の設定です username: anonymous password: epftp@ep.sci.hokudai.ac.jp # [2] ミラー元サーバの指定をします host: ftp.infoscience.co.jp remotedir: /pub/net/apache/ # [3] 持ってきたファイルの置き場を指定します。 localdir: /home/ftp/.hd01/apache/ # [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$