I made a successful backup to Backblaze B2, but when I try to restore from the backup, I got the following error.
2024-12-01 19:30:43.192 ERROR DOWNLOAD_CHUNK Chunk 9a27103a9d06971c38cbbd5348a0a1a81062ccaae16bf82dcd0a5181e1a5b2c4 can’t be found
Searching the forum and following the advice in this thread about fixing missing chunks I ran duplicacy_win_x64_3.2.3.exe check
and got the following result:
Total chunk size is 583,073M in 123082 chunks
Chunk 9a27103a9d06971c38cbbd5348a0a1a81062ccaae16bf82dcd0a5181e1a5b2c4 referenced by snapshot data_id at revision 1 does not exist
Chunk c53219e181dcd33bc19dd1643343ee98a61fab9429231b9cdbc994bf57c90517 referenced by snapshot data_id at revision 1 does not exist
Some chunks referenced by snapshot data_id at revision 1 are missing
The advice in the thread says:
If you are uninterested in figuring out why the chunk went missing and just want to fix the issue, you can keep removing by hand the affected snapshot files under the
snapshots
folder in the storage, until thecheck -a
command passes without reporting missing chunks. At this time, you should be able to run new backups.
so I deleted the snapshots folder on B2 and started another backup.
I have a two questions:
-
Why is this subsequent backup so slow? I only deleted the snapshots folder on B2, and left the 600GB+ chunks folder intact, so I assumed it would run very fast as it didn’t need to upload anything, but it’s almost as if it’s uploading everything to B2 again. The Duplicity GUI is showing that its backing up at around 2MB/s, but the size of my chunks folder on B2 is not changing. Hard to tell exactly what Duplicity is doing behind the scenes.
-
Why did Duplicity report a successful backup when in fact it did not backup successfully? This would’ve been a serious problem if I didn’t bother to try testing the restore and just assumed I could restore in the future when needed.
As far as what could be the cause of the missing chunks, the only thing I can think of is that my Internet connection died a couple times in the middle of the initial backup and I stopped and restarted the backup via the GUI. However, according to this thread stopping and restarting a backup is supported.
I’m currently using the Duplicacy trial if that matters, and evaluating if it fits my backup needs. Happy to pay for a license if the above issues can be resolved.