tracker3 export [options...] [IRI...]
tracker3 export exports data stored in a Tracker database, in Turtle format. By default all data is exported, if any IRI, only those resources will be printed.
The output is intended to be machine-readable, not human readable. Use a tool such as rapper(1) to convert the data to different formats.
-g, --show-graphs
In this mode the output is TriG syntax rather than Turtle, due to the extra GRAPH statements. Some tools which understand Turtle do not understand TriG.
--2to3
--keyfile
Export all data from Tracker Index and prettify the output using rapper(1).::
$ tracker3 export -b org.freedesktop.Tracker1.Miner.Files | rapper - -I . -i turtle -o turtle
tracker3-import(1), tracker3-sparql(1).