gopass/docs/commands/mounts.md
Yolan Romailler ef50d06550
Fixing typo in mount docs (#2527)
* Fixing typo in mount docs

RELEASE_NOTES[DOCUMENTATION]=mounts cmd was misspelled in docs

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>

* Patching related link

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>

---------

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>
2023-02-05 12:25:11 +01:00

1.0 KiB

mounts commands

The mounts commands allow managing mounted substores. This is one of the distinctive core features of gopass and we aim making working with substores as seamless as possible.

Instead of support for encrypting different parts of a store for different recipients we instead encourage users to mount different stores - each encrypted to a uniform set of recipients - into a semless virtual tree structure.

This feature is modeled after standard POSIX mount semantics.

Synopsis

$ gopass mounts
$ gopass mounts add mount/point /path/to/store
$ gopass mounts remove mount/point

Modes of operation

  • Add a new mount
  • List existing mounts
  • Remove an existing mount

Creating new mounts

You can also create new mounts using init even if your store is already initialized:

gopass init --store mynewsubstore pgpkeyidentitfier

(You can also specify a specific local path using --path, just make sure to keep your PGP key identifier, e.g. its email or fingerprint, as the last argument.)