My check command was happy, I last succeeded a check on my storage 6 days ago.
After that, I decided I want to significantly reduce the amount of revisions I have to speed up the slow parts of Duplicacy that scale with the amount of revisions, so I adjusted my prune schedule from
-keep -keep 2:60 -keep 1:7 -a -threads 5
to
-keep 14:360 -keep 4:60 -keep 2:30 -keep 1:7 -a -threads 5 -exclusive
and disabled my backup schedules until that finished. Took a while and it cleaned a lot of revisions. That prune finished now, but now I tried doing a check and that is very unhappy.
As far as I can see in the log, check now says for every single revision in every snapshot that it has chunks that “does not exist”. For some revisions there are ~200 messages in the log about a chunk that “does not exist”, for some revisions there are ~1000 such messages, but every single revision seems to have chunks now that don’t exist.
Why? How can that be fixed?