Expand description
Data management command handlers (pack, extract, mount, etc.).
Modulesยง
- checkout
- Checkout an archive into a writable workspace.
- commit
- Commit changes from a writable mount to a new thin archive.
- convert
- Convert external data formats into Hexz archives.
- diff
- Compare block hashes between two Hexz archives.
- extract
- Extract data from a Hexz archive.
- init
- Initialize a new Hexz workspace.
- inspect
- Inspect archive metadata and display archive information.
- ls
- List Hexz archives in a directory and render their lineage as a tree.
- mount
- Mount Hexz archives as FUSE filesystems.
- pack
- Pack data into a Hexz archive.
- predict
- Predict compression and deduplication potential.
- pull
- Pull archives from a remote endpoint.
- push
- Push archives to a remote endpoint.
- remote
- Manage remote endpoints for push/pull operations.
- shell
- Mount an archive and spawn a subshell.
- status
- Show status of local changes in a workspace.
- unmount
- Unmounting of FUSE-mounted Hexz filesystems.
- workspace
- Workspace management logic for Hexz (Git-style workflows).