1tracker-export(1) User Commands tracker-export(1)
2
3
4
6 tracker-export - Export all data from a Tracker database.
7
8
10 tracker export [options...]
11
12
14 tracker export exports all data stored in a Tracker database, in Turtle
15 format.
16
17 The output is intended to be machine-readable, not human readable. Use
18 a tool such as rapper(1) to convert the data to different formats.
19
20
22 -g, --show-graphs
23 This flag causes the relevant GRAPH statements to be output
24 along with the data.
25
26 In this mode the output is TriG syntax rather than Turtle, due
27 to the extra GRAPH statements. Some tools which understand Tur‐
28 tle do not understand TriG.
29
30 -t, --type=<TYPE>
31 Used for exporting a specific type of user data from a Tracker
32 database.
33
34 The possible TYPE options are:
35
36 files-starred - Export starred files (as created by GNOME Files)
37
38 photos-albums - Export photo albums (as created by GNOME Photos)
39
40 photos-favorites - Export starred photos (as created by GNOME
41 Photos)
42
43
45 Export all data from Tracker Index and prettify the output using rap‐
46 per(1).
47
48
49 $ tracker export -b org.freedesktop.Tracker1.Miner.Files | rapper - -I . -i turtle -o turtle
50
51
53 tracker-import(1), tracker-sparql(1).
54
55
56
57GNU Mar 2020 tracker-export(1)