$darkmode
Elektra 0.11.0
kdb-record-export(1) -- Export recorded changes

kdb record-export [<source>] [<format>]

This command exports the recorded changes into the specified output format. Keys are exported to stdout in whichever format is specified.

Where source is the path of the key(s) you want to export. Additionally, the user can specify a format to use by passing it as the option argument format. The format attribute relies on Elektra’s plugin system to export the keys in the desired format. The parameter format must be the name of a valid storage plugin.

Both source and format are optional parameters. By default, source is / and format is ansible. If you only specify a single argument, we will whether it is a key or the format.