1TRACKER3-EXPORT(1)              Tracker manual              TRACKER3-EXPORT(1)
2
3
4

NAME

6       tracker3-export - Export all data from a Tracker database.
7

SYNOPSIS

9       tracker3 export [options...] [IRI...]
10

DESCRIPTION

12       tracker3 export exports data stored in a Tracker database, in Turtle
13       format. By default all data is exported, if any IRI, only those
14       resources will be printed.
15
16       The output is intended to be machine-readable, not human readable. Use
17       a tool such as rapper(1) to convert the data to different formats.
18

OPTIONS

20       -g, --show-graphs
21           Tracker can separate data into multiple graphs. This feature is
22           used by the filesystem miner to separate different types of
23           content. This flag causes the relevant GRAPH statements to be
24           output along with the data.
25
26               In this mode the output is TriG syntax rather than Turtle, due to
27               the extra GRAPH statements. Some tools which understand Turtle do not
28               understand TriG.
29
30       --2to3
31           Helper for migrating data from Tracker 2.x databases. This option
32           takes an argument specifying the scope. Only the “files-starred”
33           argument is available so far.
34
35       --keyfile
36           Outputs the data in a key file format. Only may be used with --2to3
37

EXAMPLES

39       Export all data from Tracker Index and prettify the output using
40       rapper(1).::
41
42           $ tracker3 export -b org.freedesktop.Tracker1.Miner.Files | rapper - -I . -i turtle -o turtle
43

SEE ALSO

45       tracker3-import(1), tracker3-sparql(1).
46
47
48
49  3.0.4                           04/03/2021                TRACKER3-EXPORT(1)
Impressum