Skip to content

Archive package architecture

Obscura Flow archive packages preserve project files together with the metadata needed to verify, restore, and synchronize them.

An archive package contains the selected project files, a manifest, integrity metadata, and the workspace references needed to connect the archive back to its source project.

The manifest records project identity, workspace identity, source paths, file entries, archive engine details, checksum information, and timestamps.

Archive validation compares stored metadata with the generated package. Size and checksum checks help detect missing files, corruption, and stale archive records.

Restore workflows use the archive record and manifest metadata to preview the target path, simulate recovery, and confirm that the restored project can be traced back to the original workspace.