chiark / gitweb /
wip compile
[inn-innduct.git] / samples / cycbuff.conf
1 #
2 # Meta cnfs cyclic buffer configuration file (and assignments of newsgroups to
3 # metacyclic buffers)
4 #
5 # The order of lines in this file is not important among the same item.
6 # But all cycbuff item should be presented before any metacycbuff item.
7
8 # 1. Cyclic buffers
9 # Format:
10 # "cycbuff" (literally) : symbolic buffer name : path to buffer file : 
11 #       length of symbolic buffer in kilobytes in decimal (1KB = 1024 bytes)
12
13 cycbuff:ONE:/export/cycbuffs/one:512000
14 cycbuff:TWO:/export/cycbuffs/two:512000
15 cycbuff:THREE:/export/cycbuffs/three:512000
16
17 # 2. Meta-cyclic buffers
18 # Format:
19 # "metacycbuff" (literally) : symbolic meta-cyclic buffer name :
20 #       comma separated list of cyclic buffer symbolic names
21 #
22 # symbolic meta-cyclic buffer names are used in storage.conf in the
23 # options field
24
25 metacycbuff:BIGAREA:ONE,TWO
26 metacycbuff:SMALLAREA:THREE