Decode mode basics - darrenldl/blockyarchive GitHub Wiki

Decode

Typical invocation

blkar decode CONTAINER OUT

Output file path determination

  • if OUT is not provided
    • the file name stored (if present) in the SBX container is used
  • else
    • if OUT is a directory
      • final output path will be OUT/STORED_NAME
    • else
      • OUT is used directly

Data is not repaired in this mode, you will need to invoke repair mode in order to repair should the decoding fail.