1tracker-miner-fs.cfg(5)       Configuration Files      tracker-miner-fs.cfg(5)
2
3
4

NAME

6       tracker-miner-fs.cfg - Configuration file for tracker-miner-fs
7
8

DESCRIPTION

10       This  file  resides  in $HOME/.config/tracker/ and uses the common .ini
11       format, i.e.
12
13
14         [Group]
15         # Comment
16         Key=Value
17
18

SECTIONS

20   [General]
21       Verbosity
22              Log verbosity, 0=errors, 1=minimal, 2=detailed, 3=debug.
23
24
25       InitialSleep=15
26              Time in seconds before crawling filesystem (0->1000).
27
28
29   [Monitors]
30       EnableMonitors=true
31              Set to false to completely disable any monitoring.
32
33
34       ScanTimeout=0
35              Time  in  seconds  between  same  events  to  prevent   flooding
36              (0->1000).
37
38
39       CacheTimeout=60
40              Time in seconds for events to be cached (0->1000).
41
42
43   [Indexing]
44       Throttle=0
45              Sets the indexing speed (0->20, where 20=slowest speed).
46
47
48       IndexOnBattery=false
49              Set to true to index while running on battery.
50
51
52       IndexOnBatteryFirstTime=true
53              Set to true to index while running on battery for the first time
54              only.
55
56
57       IndexMountedDirectories=true
58              Set to true to enable traversing mounted  directories  on  other
59              file systems (this excludes removable devices).
60
61
62       IndexRemovableMedia=true
63              Set  to  true  to  enable traversing ALL removable media such as
64              memory cards, CDs, DVDS, etc. Disabling this means that IndexOp‐
65              ticalDiscs has no effect and is considered false.
66
67
68       IndexOpticalDiscs=false
69              Set  to  true  to  enable  traversing  optical  discs only, this
70              includes CDs DVDs, etc.  IndexRemovableMedia must  be  true  for
71              this option to have any effect.
72
73
74       LowDiskSpaceLimit=1
75              Pause indexer when disk space is <= this value (0->100, value is
76              in % of $HOME file system, -1=disable pausing).
77
78
79       IndexRecursiveDirectories=$HOME;
80              List of directories to crawl recursively for  indexing  (separa‐
81              tor=;).
82
83
84       IndexSingleDirectories=
85              List of directories to index but not sub-directories for changes
86              (separator=;).
87
88
89       IgnoredDirectories=po;CVS;.svn;.git;core-dumps;
90              List of directories to NOT crawl for indexing (separator=;).
91
92
93       IgnoredDirectoriesWithContent=backup.metadata;
94              List of directories to NOT crawl for  indexing  based  on  child
95              files (separator=;).
96
97
98       IgnoredFiles=*~;*.o;
99              List of files to NOT index (separator=;).
100
101

SEE ALSO

103       tracker-miner-fs(1),     tracker-extract.cfg(5),    tracker-fts.cfg(5),
104       tracker-store.cfg(5).
105
106
107
108GNU                             September 2009         tracker-miner-fs.cfg(5)
Impressum