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       -o, --output-format=<RDF_FORMAT>
21           Choose which RDF format to use to output results. Supported formats
22           are turtle, trig and json-ld.
23
24       -g, --show-graphs
25           Deprecated. Does the same than --output-format trig.
26
27       --2to3
28           Helper for migrating data from Tracker 2.x databases. This option
29           takes an argument specifying the scope. Only the “files-starred”
30           argument is available so far.
31
32       --keyfile
33           Outputs the data in a key file format. Only may be used with --2to3
34

EXAMPLES

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

SEE ALSO

42       tracker3-import(1), tracker3-sparql(1).
43
44
45
46  3.6.0                           09/19/2023                TRACKER3-EXPORT(1)
Impressum