There are some threads on recovering from bad chunks that I think I can follow to get back into a good state but I’m posting this more for the investigation and understanding of what happened because it seems really weird.
Yesterday while recovering from some filesystem trouble I was able to successfully run my Backup schedule (7 parallel backups, 1 serial backup, and then 1 serial check all local storage) and also my Copy schedule (copy local to B2 and then check both in parallel) and everything succeeded. Everything seemed to be in good shape but oernight when the jobs ran though I had some failures.
The copy errored with
2022-10-03 11:57:42.054 ERROR DOWNLOAD_DECRYPT Failed to decrypt the chunk eef32bb9cd06c71a57e1d3590979776bdaf44a558fc733c66d006432498f46f9: cipher: message authentication failed
Failed to decrypt the chunk eef32bb9cd06c71a57e1d3590979776bdaf44a558fc733c66d006432498f46f9: cipher: message authentication failed
The Backup schedule failed at the check with a really lengthy string with garbled characters:
2022-10-03 09:13:11.034 ERROR SNAPSHOT_CHUNK Failed to load chunks for snapshot unraid_paul_archive at revision 1059: The chunk hash e3dae49874de225a1692e207c6d301a1f5b463c1a2bc8da6d2d015a01ac472605e367ded223e5bf03dd603fef24c6c0f692bcee8b27d3123f28ca619acb6209f8251df088add22f470fd05c4c592e2bf31fe6d4eddad541f507e000fee8db74dcad581b6197dd90aac36db4205d05eb07db53c858d6a3ec29e9cecd901f6c797546ca33f22ad77cf12fc0a5f3155ad5dedca7892d7e424a5014f84d85cafe8a617354e46cd02397ce2b85374c6cf4eb.........{omitted for brevity}...........Ql>+Œh›k½Aû«Ùƒy!~Íà[DzL‰½©&Ãó±ê>ƒäøadóå¸ÑVÕ„™â[²ª������������������������������������������������������������������������������������������������ ����������������������÷>SIœJ›`^¦]±`ØôaÕXyä£;%½ï8à
bufio.Scanner: token too long
But the Check against the same local storage that ran after the Copy job failed succeeded with no problems. The Check that ran against B2 after the Copy job failed also had the same failure with garbled characters.
I’m not quite sure what’s going on, any thoughts?