Hi,
I’m testing the backup I created for the last month to decide whether I keep or not. The restore did not work . It’s currently running with the command “persist”
The backup is a disk on unraid stored on unraid on the same server on XFS drives. (Don’t worry, that data is also on the cloud and stored somewhere else remote)
2023-11-25 15:59:22.640 WARN DOWNLOAD_RETRY The chunk 5a7ff2ac099f6eec3d656c6e952680ec5302dcbafb288f7912b64a74bd5e1ba5 has a hash id of 5f0dcf8bcf64da49866b29c913439fa27e696331f18d56d450934c94e2a0e29d; retrying
2023-11-25 15:59:22.658 WARN DOWNLOAD_RETRY The chunk 5a7ff2ac099f6eec3d656c6e952680ec5302dcbafb288f7912b64a74bd5e1ba5 has a hash id of 5f0dcf8bcf64da49866b29c913439fa27e696331f18d56d450934c94e2a0e29d; retrying
2023-11-25 15:59:22.676 WARN DOWNLOAD_RETRY The chunk 5a7ff2ac099f6eec3d656c6e952680ec5302dcbafb288f7912b64a74bd5e1ba5 has a hash id of 5f0dcf8bcf64da49866b29c913439fa27e696331f18d56d450934c94e2a0e29d; retrying
2023-11-25 15:59:22.693 ERROR DOWNLOAD_CORRUPTED The chunk 5a7ff2ac099f6eec3d656c6e952680ec5302dcbafb288f7912b64a74bd5e1ba5 has a hash id of 5f0dcf8bcf64da49866b29c913439fa27e696331f18d56d450934c94e2a0e29d
1- I feel there should be a how to on how to handle corrupted chunks
2 - Those are the related post that I found. I commented those and left some question there. I would appreciate your inputs.
-
Corrupted chunks during restore
- the cloud provider was at fault (onedrive)
-
DOWNLOAD_CORRUPTED error during restore
- I don’t understand. Do I have to manually delete de corrupted chunk and create a second backup of multiple TB? I will need to buy more hdd… Then copy the chunk back to the original backup? Will the chunk be exactly the same with the same name?
-
What can I restore (if any) if snapshots folder is corrupted/missing?
- what is “erasure coding”
-
New Feature: Erasure Coding
-says available for CLI. I have the GUI version, I didn’t activate that feature apparently. Would that have helped with my chunk corruption?. Can’t that be applied to an already existing storage?
-
New Feature: Erasure Coding
- what is “erasure coding”
-
How to fix DOWNLOAD_CORRUPTED error?
- unrelated because the error is slightly different , it that case it’s regarding cache
If I add the “-chunks” parameter when I run the check after every backup. It will check the chunks only once. So if it becomes corrupted, will I ever get a warning about it? I wouldn’t mind to have a scheduled check from duplicacy if that would validate each chunk each time.
The list of verified chunks will be saved to
.duplicacy/cache/storage/verified_chunks
and chunks in this file will not be verified again in subsequent runs. You can delete this file to force the check command to verify all chunks.
meaning this can’t be automated easily in duplicacy, am I right?
Thank you for your help and time.