check

check

Check file status and integrity

Usage: sos check <COMMAND>

Commands:
  vault   Verify vault row checksums
  header  Print a vault file header
  keys    Print the vault keys
  events  Verify event log checksums
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

vault

Verify vault row checksums

Usage: sos check vault [OPTIONS] <FILE>

Arguments:
  <FILE>  Vault file path

Options:
  -v, --verbose  Print the checksums for each row
  -h, --help     Print help
Print a vault file header

Usage: sos check header <FILE>

Arguments:
  <FILE>  Vault file path

Options:
  -h, --help  Print help

keys

Print the vault keys

Usage: sos check keys <FILE>

Arguments:
  <FILE>  Vault file path

Options:
  -h, --help  Print help

events

Verify event log checksums

Usage: sos check events [OPTIONS] <FILE>

Arguments:
  <FILE>  Event log file path

Options:
  -v, --verbose  Print more information
  -h, --help     Print help