Add code to go from dumpfile -> tar (notably, ignoring non-inline regular file content). This is testing only code right now, though clearly mapping to/from tar would be very useful in general. I plan to use this code for various testing purposes especially to manually create tarballs from various dumpfiles to e.g. feed directly to mkfs.erofs for example.
But we at least get some sanity checking this way.
Add code to go from dumpfile -> tar (notably, ignoring non-inline regular file content). This is testing only code right now, though clearly mapping to/from tar would be very useful in general. I plan to use this code for various testing purposes especially to manually create tarballs from various dumpfiles to e.g. feed directly to
mkfs.erofs
for example.But we at least get some sanity checking this way.