Restore generated corrupted files #1592
Replies: 2 comments
-
|
@enboig The default behavior of This default is chosen to speed-up restores (especially in the case where the on-disc state is similar to the on-snapshot-state, e.g. restoring to an older version of a directory tree) There is however the option |
Beta Was this translation helpful? Give feedback.
-
|
I am restoring from hetzner. I recall some errors and retries happened when restoring. Hetzner uses SFTP and has a 10 connection limit, so if some backup job happens when restoring, it could hit the limit easily. Could it be that some errors ended creating holes in files when restoring, and successive restores didn't complete empty holes I didn't use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After more debugging on #1585 I discovered that:
I assumed raidZ should have protected me from failing this, don't know why "corrupted restoration" happened.
After some working, and checking a "broken file":
Checksums where diffenet between 1 and 2, but equal between 1 and 4.
Shouldn't restore check file checksum to ensure file has to be restored?
Beta Was this translation helpful? Give feedback.
All reactions