Find all corrupt chunks

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:

  1. finding a bad chunk
  2. removing it
  3. finding the effected revision(s)
  4. removing it
  5. fixing it (copy from mirrored database)
  6. GoTo(step 1)

Is there a method for verifying all the chunks without an early exit?

I think the new -persist option which was just added in v2.7.0 will do this.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.