-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunk ... does not exist in the storage #619
Comments
I still don't understand what's going on and where the problems come from. I'm now using this loop to fix the problems step-by-step and catch up to my latest snapshot.
Which runs the clean-up and pruning in a cycle. It's super slow and seems to re-download/re-check things over and over again. However, in every cycle, it finds something like this:
Sometimes only 2, sometimes 20... I don't see any pattern. @gilbertchen Would be great to get some feedback on this. |
I'm having exact same issue from time to time, also using Backblaze B2 in conjunction with duplicacy CLI. This could be either bug in the duplicacy or some sort of bit-rot case happening over at Backblaze B2. I'm now imposing check (-chunks flag) after each revision is done. e.g. so if I don't see any errors there - then I'll assume B2 is to blame, which would be very bad thing if it proves to be true.. |
I don't think it's a B2 bit-rot problem. Looks more like a B2-state vs. DP-state issue. I abandon the approach with check and prune because it took ages and used a simpler and radical way:
After that, I had a fresh backup, reduced B2 storage, and no more error messages. |
I'm running duplicacy via a cron job. The backup log looks good:
But pruning reports, "Chunk ... does not exist in the storage."
The text was updated successfully, but these errors were encountered: