1TRACKER3-RESET(1) Tracker manual TRACKER3-RESET(1)
2
3
4
6 tracker3-reset - Reset the index and configuration
7
9 tracker3 reset [--filesystem | --rss] [--file FILE]
10
12 The reset command will change either your configuration or index
13 irreversibly and should be used with care. Other than tags, actual data
14 (e.g. files) should not be affected by this command.
15
16 The "index" is a link between your content (either locally or remotely)
17 and how it can be found quickly using a number of different queries.
18 Under the hood, this is done using a database.
19
20 Removing all data and starting again from the beginning with an empty
21 data set (which is a common use of this command) is done by using the
22 hard reset option. This behaves as if Tracker was just installed.
23
25 -s, --filesystem
26 Removes data stored by tracker-miner-fs(1). The miner will
27 automatically recreate its cache from the filesystem when it
28 restarts.
29
30 -r, --rss
31 Removes data stored by tracker-miner-rss(1).
32
33 -f, --file FILE
34 Resets all indexed information about FILE, works recursively for
35 directories. Nothing will be done if FILE is not currently indexed.
36 After deletion, a request to reindex this data will be immediately
37 issued.
38
40 tracker3-daemon(1). tracker-miner-fs-3(1), tracker-miner-rss-3(1).
41
42
43
44 3.5.4 10/31/2023 TRACKER3-RESET(1)