Skip to main content

Crate powdb_backup

Crate powdb_backup 

Source
Expand description

Backup / restore / PITR for PowDB. See docs/design/2026-06-05-backup-pitr-sync-migrations-plan.md and docs/superpowers/plans/2026-06-05-backup-pitr-sync-migrations.md.

Re-exports§

pub use bootstrap::bootstrap_replica_from_full_backup;
pub use bootstrap::ReplicaBootstrapSummary;
pub use full::full_backup;
pub use incremental::incremental_backup;
pub use incremental::restore_chain;
pub use incremental::restore_chain_with_sync_mode;
pub use manifest::BackupManifest;
pub use manifest::ChangedFile;
pub use manifest::FileEntry;
pub use manifest::IncrementManifest;
pub use manifest::SyncSnapshotMetadata;
pub use restore::restore;
pub use restore::restore_with_sync_mode;
pub use restore::RestoreSyncMode;

Modules§

bootstrap
full
incremental
manifest
restore