mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
* 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>
1.0 KiB
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.)