1TRACKER-MINER-FS-(1) Tracker manual TRACKER-MINER-FS-(1)
2
3
4
6 tracker-miner-fs-3 - Used to crawl the file system to mine data.
7
9 tracker-miner-fs-3 [OPTION...]
10
12 tracker-miner-fs-3 is not supposed to be run by the user since it is
13 started by its .desktop file when the user logs in. It can also be
14 started manually of course for debugging purposes. You can not run more
15 than one instance of this at the same time.
16
17 tracker-miner-fs-3 mines information about applications and files only.
18
20 -?, --help
21 Show summary of options.
22
23 -V, --version
24 Returns the version of this binary.
25
26 -s, --initial-sleep=SECONDS
27 Sets the initial sleep time before crawling the file system is
28 started. If the --no-daemon option is used, this option is ignored.
29
30 -n, --no-daemon
31 Tells the miner to exit once all indexing has finished and the
32 database is up to date. This is not the default mode of operation
33 for the miner, usually it stays around acting like a daemon to
34 monitor file updates which may occur over time. This option renders
35 the --initial-sleep option moot.
36
37 -e, --eligible=FILE
38 Checks if FILE is eligible for being mined based on the current
39 configuration rules. In addition to this, it will check if FILE
40 would be monitored for changes. This works with non-existing FILE
41 arguments as well as existing FILE arguments.
42
44 G_MESSAGES_DEBUG
45 Controls verbose log output from GLib-based code. Use
46 G_MESSAGES_DEBUG=Tracker to see only Tracker-related logs, or
47 G_MESSAGES_DEBUG=all to see everything.
48
49 TRACKER_DEBUG
50 Enables more specialized debug output. Pass a comma-separated list
51 of one or more keywords:
52
53 config
54 miner configuration
55
56 miner-fs-events
57 internal processing of tracker-miner-fs
58
59 monitors
60 change events from filesystem monitors
61
62 statistics
63 show statistics about how many files were processed
64
65 status
66 log the status messages that are published over D-Bus
67
69 tracker3-info(1).
70
71
72
73 3.3.1 06/01/2022 TRACKER-MINER-FS-(1)