Elektra  0.8.15
kdb-spec-mount(1) - Mount a spec file to the key database

kdb spec-mount [/<mountpoint>] [<plugin> [<config>] [..]]

DESCRIPTION

This command allows a user to mount a new backend described by an already mounted specification. To mount a specification file first use kdb-mount(7).

The idea of mounting is explained in elektra-mounting(7) and.

The spec namespace contains meta-configuration that describes the configuration in all other namespaces. The meta data used for the specification is described in METADATA.ini.

During spec-mount the spec keys are searched for relevant meta data:

IMPORTANT

This command writes into the /etc directory and as such it requires root permissions. Use kdb file system/elektra/mountpoints to find out where exactly it will write to.

OPTIONS

KDB

EXAMPLES

To mount /example as described in spec/example: kdb spec-mount /example

Additionally, add ini plugin (instead of some default resolver) with some as config: kdb spec-mount /example ini some=value

SEE ALSO