I have recently ran into a problem copying my storage offsite to Backblaze B2. I get the following error:
2022-03-23 16:27:05.620 DEBUG SNAPSHOT_COPY Copying chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72 to a4079e2cd698e6a40bc091b9471a0e623db6e2b9dd0060feb5cc0dde41a5b97f
2022-03-23 16:27:05.620 DEBUG DOWNLOAD_FETCH Fetching chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72
2022-03-23 16:27:05.723 WARN DOWNLOAD_RETRY Failed to decrypt the chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72: cipher: message authentication failed; retrying
2022-03-23 16:27:05.745 WARN DOWNLOAD_RETRY Failed to decrypt the chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72: cipher: message authentication failed; retrying
2022-03-23 16:27:05.767 WARN DOWNLOAD_RETRY Failed to decrypt the chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72: cipher: message authentication failed; retrying
2022-03-23 16:27:05.789 ERROR DOWNLOAD_DECRYPT Failed to decrypt the chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72: cipher: message authentication failed
Failed to decrypt the chunk ff8478838f848f93ceb64ca830e9bf96360621fdb90a21d9074e8443761dfb72: cipher: message authentication failed
I have ran a check with -chunks
on both storages and both report that all chunks have been successfully verified.
I may have made things worse by deleting the snapshot file that I suspected was the problem. I’m also having trouble finding that chunk anywhere in either storage.
I don’t mind losing this particular snapshot if that’s the simplest solution. I just need things back in working order.
Any guidance here would be a huge help.