https://github.com/lrq3000/dvdisaster
Mirror of the DVDisaster project by Carsten Gnörlich http://dvdisaster.net/
https://github.com/lrq3000/dvdisaster
Last synced: 5 months ago
JSON representation
Mirror of the DVDisaster project by Carsten Gnörlich http://dvdisaster.net/
- Host: GitHub
- URL: https://github.com/lrq3000/dvdisaster
- Owner: lrq3000
- Created: 2015-03-09T20:14:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T21:26:44.000Z (over 10 years ago)
- Last Synced: 2025-04-26T14:24:18.132Z (6 months ago)
- Language: C
- Size: 31.6 MB
- Stars: 27
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### The dvdisaster project:
Optical media (CD,DVD,BD) keep their data only for a
finite time (typically for many years).
After that time, data loss develops slowly with read errors
growing from the outer media region towards the inside.You can check a mirror of the official website here:
http://htmlpreview.github.io/?https://github.com/lrq3000/dvdisaster/blob/stable/dvdisaster/documentation/en/index.html
Or this one (no images):
https://cdn.rawgit.com/lrq3000/dvdisaster/stable/dvdisaster/documentation/en/index.html
**Archival with data loss protection**
dvdisaster stores data on CD/DVD/BD ([supported media](qa10.html#media))
in a way that it is fully recoverable even after some read errors have developed.
This enables you to rescue the complete data to a new medium.Data loss is prevented by
using error correcting codes.
Error correction data is either added to the medium or kept in separate
error correction files. dvdisaster works at
the image level so that the recovery
does not depend on the file system of the medium.
The maximum error correction capacity is user-selectable.**Common misunderstandings about dvdisaster:**
* dvdisaster can not make defective media readable again.
Contents of a defective medium can _not_ be recovered without the
error correction data.
* Such functions are outside the scope of dvdisaster's internal design and goals.