Let's first consider how a conventional backup scheme works:
![]() |
Copy![]() |
![]() |
An existing medium (1) is copied onto a backup medium (2). | |
|
|
|||
![]() |
![]() |
If any one of the two media is damaged afterwards, we still have an intact medium left. |
There are actually some cases where it is important to keep a second copy of a CD/DVD/BD: One medium might get lost, burst while spinning in the drive, or it may be destroyed due to mishandling. However such cases of complete data loss are rare as long as media are handled properly.
It is more likely that the medium starts to gradually lose data after a few years - a nearly unavoidable aging process. When the medium is regularly used (or scanned for defects) the data loss will typically be noticed after 5% to 10% of the medium have already become unreadable. At this point the medium is unusable as a whole, but maybe 90% of it is still readable. On the other hand a full backup copy of the medium is not required; we simply need a method for recovering the missing 10% of data.
This is where dvdisaster comes into play. Consider this:
![]() |
Create![]() ECC |
![]() |
This time we do not make a full backup. dvdisaster is used to create error correction data ("ECC") which can recover up to 20% of a degraded medium. The value of 20% was chosen to have a safety margin over the expected data loss of 5-10%. | |
|
|
|||
![]() |
![]() |
Wenn the medium fails at a later time, its contents are recovered from its still readable parts and from the error correction data. | ||
80%![]() |
20% |
For a successful recovery at least 80% of the data must still be readable from the medium, and the remaining 20% are recalculated from the error correction data. | ||
![]() |
The completely recovered data is now available as an ISO image on the hard drive (the medium remains defective as physical data loss is irrevocable). | |||
![]() |
Write the image to a blank medium using your favourite CD/DVD/BD authoring software. | |||
![]() |
You now have a new error-free medium. |
As you have seen the data recovery took more steps then doing a conventional backup. So let's summarize the pros and cons of dvdisaster compared with conventional backup:
| Advantages |
|
| Similarities |
|
| Disadvantages |
|