Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tracker-export (1)

Name

tracker-export - Export all data from a Tracker database.

Synopsis

tracker export [options...]

Description

tracker-export(1)                User Commands               tracker-export(1)



NAME
       tracker-export - Export all data from a Tracker database.


SYNOPSIS
       tracker export [options...]


DESCRIPTION
       tracker export exports all data stored in a Tracker database, in Turtle
       format.

       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.


OPTIONS
       -g, --show-graphs
              This  flag  causes  the  relevant  GRAPH statements to be output
              along with the data.

              In this mode the output is TriG syntax rather than  Turtle,  due
              to  the extra GRAPH statements. Some tools which understand Tur-
              tle do not understand TriG.

       -t, --type=<TYPE>
              Used for exporting a specific type of user data from  a  Tracker
              database.

              The possible TYPE options are:

              files-starred - Export starred files (as created by GNOME Files)

              photos-albums - Export photo albums (as created by GNOME Photos)

              photos-favorites  -  Export  starred photos (as created by GNOME
              Photos)


EXAMPLES
       Export all data from Tracker Index and prettify the output  using  rap-
       per(1).


              $ tracker export -b org.freedesktop.Tracker1.Miner.Files | rapper - -I . -i turtle -o turtle



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------------+
       |ATTRIBUTE TYPE |        ATTRIBUTE VALUE         |
       +---------------+--------------------------------+
       |Availability   | library/desktop/search/tracker |
       +---------------+--------------------------------+
       |Stability      | Pass-through volatile          |
       +---------------+--------------------------------+

SEE ALSO
       tracker-import(1), tracker-sparql(1).



NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source         was         downloaded        from         https://down-
       load.gnome.org/sources/tracker/2.3/tracker-2.3.6.tar.xz.

       Further information about this software can be found on the open source
       community website at https://www.gnome.org/.



GNU                                Mar 2020                  tracker-export(1)