Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Snapshot: .mscope archive format for backup/restore/diff.

Format: [magic “MSEX” 4B][version u32][file_count u32] Per file: [name_len u16][name bytes][data_len u64][data bytes]

Functions§

diff
Compare two .mscope archives: Merkle root + per-file size diff.
export
Export all index files from output_dir into a single .mscope archive.
import
Import a .mscope archive into output_dir.