Ok… Thanks for the instructions.
I found the log file where it was deleted. It does not tell me much except that it was deleted under -exclusive mode as you guessed.
I checked the storage and the missing chunk does not exist. good here.
I then ran the Check command and found out that the first few (i.e. the oldest snapshots) were referencing the missing chunks. So I went ahead and deleted them manually from the storage location, as you explained.
I now have snapshots from 400 to 511
I ran the Check command on these and received response that all chunks for all snapshots 400-511 exist;
C:\Duplicacy\Vaults>duplicacy check -r 400-511
Storage set to C:\BDup
Listing all chunks
All chunks referenced by snapshot SP4-Vaults at revision 400 exist
All chunks referenced by snapshot SP4-Vaults at revision 401 exist
…
…
…
All chunks referenced by snapshot SP4-Vaults at revision 509 exist
All chunks referenced by snapshot SP4-Vaults at revision 510 exist
All chunks referenced by snapshot SP4-Vaults at revision 511 exist
I then ran the Prune command with -exclusive and -exhaustive and received an error that another chunk can’t be found;
C:\Duplicacy\Vaults>duplicacy prune -r 400-511 -exclusive -exhaustive
Storage set to C:\BDup
Deleting snapshot SP4-Vaults at revision 400
Deleting snapshot SP4-Vaults at revision 401
…
…
…
Deleting snapshot SP4-Vaults at revision 509
Deleting snapshot SP4-Vaults at revision 510
Deleting snapshot SP4-Vaults at revision 511
Chunk e067d67852ad05910a06320d4912eaa314293239d71a2f0f5ff3660adf5e6f99 can’t be found
Now this is a different chunk from above.
The Prune command aborts again and the snapshots are not deleted.
I check the logs and the chunk e067d67…6f99 has also been deleted in the log under -exclusive mode and also this chunk does not exist in the storage location.
But now I am baffled what to do.
Check command says all chunks exist while Prune aborts because of missing chunks.
Please advise what to do now. Thanks
PS: sorry if it hard to read, but I can’t seem to get the formatting right to make it easier to read.