Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Snapshot serialization/deserialization for filesystem persistence.

This module provides types and functions for serializing the filesystem state to a snapshot format that can be stored externally (e.g., S3).

Structs§

FileDataSnapshot
Snapshot of file data (block storage).
FsSnapshot
Snapshot of the entire filesystem state.
InodeSnapshot
Snapshot of a single inode.
MetadataSnapshot
Snapshot of file/directory metadata.

Enums§

FileContentSnapshot
Snapshot of file content.