Hi, I have a similar issue but i am not sure how to resolve. My understanding of the technical workings of the duplicacy system is not keeping up with many members on these threads. Duplicacy has faired me well to run a backup and restore files when needed.
Some back information to my suspected cause. I run two Unraid machines Server A is always online the second Server B is a datastore for duplicacy only and communicates over the LAN, booted up ever few weeks to receive duplicacy backups. I have recently been replacing hard drives for larger ones in Server B and then migrating those drives to Server A, one at a time and rebuilding data from parity disk. I suspect this is where a problem with the chunk has been caused. The drives from Server B were migrated to Server A and a similar process of rebuild from parity conducted. During this a hard drive failed and lost the data on Server A (1 drive). I am trying to restore and get the error
"The restore command encountered an error:
Failed to decrypt the chunk b23f572b5db59750a9df9ed125d407d78d4d608f63c7619c2ae080da42a3ef95: cipher: message authentication failed
Exit code: 100"
I have managed to restore approx 4.8 of 8.6 when duplicacy gives this error.
Per the above i have located the chunk on Server B manually. When i run a check it does not complete
“Running check command from /cache/localhost/all
Options: [-log check -storage BLACK_BOX -chunks -a -tabular]
2024-08-10 22:06:26.314 INFO STORAGE_SET Storage set to /BLACK_BOX
2024-08-10 22:06:26.399 INFO SNAPSHOT_CHECK Listing all chunks
2024-08-11 01:45:34.554 INFO SNAPSHOT_CHECK 4 snapshots and 50 revisions
2024-08-11 01:45:34.679 INFO SNAPSHOT_CHECK Total chunk size is 26488G in 5701657 chunks”
…Many Many lines of checking …
“2024-08-11 04:06:27.514 INFO VERIFY_PROGRESS Verified chunk da02ac61eb7261f55b61a0af235d2e35619b172498630632abfc3ec3b67a7e67 (87137/5334396), 55.09MB/s 5 days 13:38:25 1.6%
2024-08-11 04:06:27.963 INFO SNAPSHOT_VERIFY Added 87137 chunks to the list of verified chunks
Duplicacy was aborted”
There is talk of corruption in many threads but i’m inexperienced to take action to possible detriment of the existing data i need to retrieve.
How would i asses if the “3f572b5db59750a9df9ed125d407d78d4d608f63c7619c2ae080da42a3ef95” is corrupt? How would i move past this chunk and continue to the next in the restoration? Simply how can i fix the matter to restore as much as i can and then run the backup again to protect new files.