So the command duplicacy check -chunks -a
will abort after the first issue. Which is fine if you only have one issue, but in my case I have a number of bad chunks and I have to go through the lenghtly process of:
- finding a bad chunk
- removing it
- finding the effected revision(s)
- removing it
- fixing it (copy from mirrored database)
- GoTo(step 1)
Is there a method for verifying all the chunks without an early exit?