btrbk icon indicating copy to clipboard operation
btrbk copied to clipboard

btrbk_restore_raw.py: wrong assert and decompress programs

Open pascal260303 opened this issue 3 months ago • 0 comments

I tried to use btrbk_restore_raw.py but stumbled across two issues:

  1. Wrong assert for "INCOMPLETE" field
  2. It's assumed that the file extension for compressed files is also the name of the program to decompress, this is not the case for "gz" and maybe others I don't know of.

I fixed these two small issues in this.

pascal260303 avatar Sep 16 '25 19:09 pascal260303