Skip to main content

Module comply

Module comply 

Source
Expand description

CLI implementation for the inno comply subcommand.

Forensic deletion-verification and data-residue scanning - the inverse of inno undelete. Three modes, exactly one per invocation:

  • --verify-deleted --where <col>=<value> - confirm a value has been purged from every InnoDB-retained location (live/delete-marked/free-list/undo records).
  • --scan-residue --pattern <needle> - raw literal byte sweep across all pages.
  • --encryption-audit - report encrypted vs plaintext pages and key availability.

This verifies residue within the file passed in. It cannot see the OS page cache, replicas, other backups, or binlog archives, and does not certify legal compliance.

Structs§

ComplyOptions
Options for the inno comply subcommand.

Functions§

execute
Execute the comply subcommand.