Aralez Docs
v0.11.0 Download
Core concepts/Archives & streaming
Output model

Choose for compatibility or resilience.

Folder and stream modes converge on a final archive, but they differ in peak disk use and when evidence enters that archive.

Collection mode comparison

PropertyFolder modeStream mode
EnableDefault unless profile sets stream: true--stream or profile setting
Writes during acquisitionIntermediate directory treeDirectly into archive entries
Peak working diskArtifact folder + final archive during compressionPrimarily the growing archive
Configuration placementSaved in the intermediate folderWritten as an archive entry at initialization
CleanupIntermediate directory removed after compressionLeftover tool-output paths removed after finalization

Format comparison

.zip

ZIP + Deflate

Best general compatibility. Entries use Deflate and large-file support. When a password is supplied, Aralez configures AES-256 encryption for ZIP entries.

  • Broad analyst-tool support
  • Optional archive encryption
  • Requires proper writer finalization
i
Encryption applies to ZIP

--encrypt changes ZIP writer options. The current TAR.ZST initialization does not use the archive password, so do not rely on --encrypt to encrypt TAR.ZST output. Use encrypted storage or a separate approved envelope if TAR evidence must be encrypted at rest.

Archive structure

Graceful stop sequence

Ctrl + Cfirst pressSet interrupt flag
between tasksStop acquisition
writer finishFinalize archive