Branch
A branch is an isolated writable fork within a volume. Address it asvolume@branch:
--from, or from a saved snapshot
with --from-snapshot.
Changes on a branch do not change the volume or sibling branches.
Snapshot
A snapshot records an immutable version of a volume or branch:A common workflow
- Prepare shared input data on the volume.
- Save a named baseline snapshot.
- Create one branch per job from that snapshot.
- Write each job’s output to its branch.
- Snapshot any result that must remain reproducible.
