What problem would this solve?
I have a file that is estimated to take 12+ hours to hash. The hashing was interrupted by a power outtage. It would be nice if the hashing didn't have to start from the beginning. Presumably, the hash values for blocks and extents haven't changed and now that the file hash is a hash of extent hashes, oans shouldn't need to rehash from the beginning.
Proposed solution
Periodically commit the transaction force the hash file to be written to disk (if --hashfile was given).
Alternatives considered
No response
What problem would this solve?
I have a file that is estimated to take 12+ hours to hash. The hashing was interrupted by a power outtage. It would be nice if the hashing didn't have to start from the beginning. Presumably, the hash values for blocks and extents haven't changed and now that the file hash is a hash of extent hashes,
oansshouldn't need to rehash from the beginning.Proposed solution
Periodically commit the transaction force the hash file to be written to disk (if
--hashfilewas given).Alternatives considered
No response