Hi!
Unfortunately my storage server was hit by a ransomware attack. So now I need to restore about 1 TB from OneDrive.
I’m running the Web-UI on Windows 10 and unfortunately while doing the restore I get the following error message:
The restore command encountered an error:
The chunk fea12aee65560cc67402c222dbb539c125ebfaf22cf8cf4800628f9ec6163bd3 has a hash id of 4ae56f3b5368944357b9c06aac38ebca94b1ec34d1ff613c2bfb2925dcb63126
Exit code: 100
And the following log
2021-08-09 14:57:12.098 INFO REPOSITORY_SET Repository set to D:\Restored OneDrive LiU
2021-08-09 14:57:12.098 INFO STORAGE_SET Storage set to odb://duplicacy
2021-08-09 14:57:13.038 INFO SNAPSHOT_FILTER Loaded 1 include/exclude pattern(s)
2021-08-09 14:57:14.028 INFO RESTORE_INPLACE Forcing in-place mode with a non-default preference path
2021-08-09 14:57:15.101 INFO SNAPSHOT_FILTER Parsing filter file \\?\C:\Users\Petter\.duplicacy-web\repositories\localhost\restore\.duplicacy\filters
2021-08-09 14:57:15.101 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2021-08-09 14:57:15.224 INFO RESTORE_START Restoring D:\Restored OneDrive LiU to revision 8
2021-08-09 14:57:17.555 INFO DOWNLOAD_PROGRESS Downloaded chunk 7 size 2938919, 1.40MB/s 5 days 07:22:34 0.0%
2021-08-09 14:57:17.950 INFO DOWNLOAD_PROGRESS Downloaded chunk 8 size 4762956, 3.67MB/s 2 days 00:36:16 0.0%
2021-08-09 14:57:18.698 INFO DOWNLOAD_PROGRESS Downloaded chunk 1 size 8059676, 5.01MB/s 1 day 11:37:32 0.0%
2021-08-09 14:57:20.061 INFO DOWNLOAD_PROGRESS Downloaded chunk 9 size 1745331, 3.34MB/s 2 days 05:27:19 0.0%
2021-08-09 14:57:20.105 WARN DOWNLOAD_RETRY The chunk 926e7889e2c69a99bdcf091b77a39252dee1de0e463c5be6e40f23fd5d92e605 has a hash id of 184777d3f79d2d58941bf5726b9db5c67aafb65ac6c9eb8736f63b0cab9eb8fd; retrying
2021-08-09 14:57:22.455 WARN DOWNLOAD_RETRY The chunk 926e7889e2c69a99bdcf091b77a39252dee1de0e463c5be6e40f23fd5d92e605 has a hash id of 184777d3f79d2d58941bf5726b9db5c67aafb65ac6c9eb8736f63b0cab9eb8fd; retrying
2021-08-09 14:57:24.557 WARN DOWNLOAD_RETRY The chunk 926e7889e2c69a99bdcf091b77a39252dee1de0e463c5be6e40f23fd5d92e605 has a hash id of 184777d3f79d2d58941bf5726b9db5c67aafb65ac6c9eb8736f63b0cab9eb8fd; retrying
2021-08-09 14:57:26.795 ERROR DOWNLOAD_CORRUPTED The chunk 926e7889e2c69a99bdcf091b77a39252dee1de0e463c5be6e40f23fd5d92e605 has a hash id of 184777d3f79d2d58941bf5726b9db5c67aafb65ac6c9eb8736f63b0cab9eb8fd
I’m not sure what is causing this but I guess the lesson is that I should have run the -chunks option to verify my backup. I do have my backup on a another storage and not in an archive so I will get my files back, but I want to understand and trust Duplicacy.
Is there a way to skip the files that are related to the corrupted chunks and restore the rest, and also see what files that did not get restored? Perhaps using -persist and -stats would do this?
Best regards
engstrom