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§
- Comply
Options - Options for the
inno complysubcommand.
Functions§
- execute
- Execute the comply subcommand.