Elektra
0.8.16
|
kdb remount <new path> <new mountpoint> <existing mountpoint>
Where new path
is the path to the file the user wants to mount, (Absolute for system files, relative for user files) new mountpoint
is where in the key database the new configuration file should be mounted at, (For a cascading mount pount, mountpoint
should start with /
) and existing mountpoint
is the mountpoint where the existing backend is mounted.
This command allows a user to use an existing backend (such as one from a previous mount) to mount a new configuration file to a new mount point in the key database.
-H
, --help
: Show the man page.-V
, --version
: Print version info.-p
, --profile
=<profile>: Use a different kdb profile.-d
, --debug
: Give debug information or ask debug questions (in interactive mode).-i
, --interactive
: Instead of passing all information by parameters ask the user interactively.To mount a new file using an existing backend that is mounted to system/example
: kdb remount /etc/configuration2.ini system/example2 system/example