项目文件夹

文件
2026-07-13 12:27:58 +08:00

678 B

fsck command

gopass can check integrity of it's password stores with the fsck command. It will ensure proper file and directory permissions as well as proper recipient coverage (on supported crypto backends, only).

Synopsis

$ gopass fsck

Modes of operation

  • Check the entire password store, incl. all mounts
  • Check only the specified mount

Flags

Flag Aliases Description
--decrypt Decrypt and reencrypt all secrets.

Exit codes

Code Meaning
0 Store integrity OK
15 One or more integrity errors found

See docs/exit-codes.md for the full table.