gopass/docs/usecases/multi-store.md
Dominik Schulz 834d0a0b70
Speed up gpg store initialization (#1522)
Fixes #1520

RELEASE_NOTES=[ENHANCEMENT] Speed up gpg store init

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2020-08-14 20:27:14 +02:00

487 B

Use case: Multiple Stores

gopass aims to support up to 100 mounted substores without noticeable impact on most operations.

Using multiple stores is the preferred approach to solving different tasks like encrypting different sets of secrets for different recipients (as opposed to e.g. recipient lists in sub directories).

We understand that being able to use multiple stores is a key features of gopass and we commit to maintaining and improving this feature in the long term.