Skip to main content

Module backup

Module backup 

Source
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§

BackupChainOptions
Options for inno backup chain.
BackupDiffOptions
Options for inno backup diff.

Functions§

execute_chain
Execute the inno backup chain subcommand.
execute_diff
Execute the inno backup diff subcommand.