Expand description
CLI implementation for the inno backup subcommand.
Two modes: diff compares page LSNs between a base and current tablespace
to detect changed pages; chain validates XtraBackup backup chain LSN continuity.
Structs§
- Backup
Chain Options - Options for
inno backup chain. - Backup
Diff Options - Options for
inno backup diff.
Functions§
- execute_
chain - Execute the
inno backup chainsubcommand. - execute_
diff - Execute the
inno backup diffsubcommand.