Expand description
Online, storage-native database backup and offline restore.
A backup is one versioned binary archive. The transactor fixes the upper
transaction basis and hands the backup client an independent storage
connection; backup replays only through that basis. Re-running it
against the same file appends one binary checkpoint containing only the
records after the archive’s previous checkpoint.
Structs§
- Backup
Report - Counters and snapshot identity returned by a backup.
- Backup
Source - An independently accessible storage service plus the transaction basis fixed by the running transactor.
- Restore
Report - Counters and identity returned by a restore.
Enums§
- Backup
Error - Backup or restore failure.
Constants§
- BACKUP_
FORMAT_ VERSION - Binary backup container version written by this release.