Alright, it might already exist, or it can be total bs, any opinions are welcomed.
The problem:
CDs, DVDs are a popular medium to backup data, but they are not as reliable as some would expect. A scratch, some unforeseen situation (instable molecules in some earlier CDs) can render them useless, and as such your burning application is the same as pressing the delete button.
The idea:
for hard drives RAID systems are well known for data protection. RAID5 does the following: you have a bunch of devices of the same size, say 3. You get a 4th, and you put a check sum of all the data on the other 3 onto it. This way if any of the 4 is damaged or lost, you can recreate the missing one from the other 3 (it can work with different number of devices, but the possibility of recovery will change). So if you have 3 DVDs, make an application that will create a backup copy of all of them onto a 4th.
Easy as that.
Anyone interested? I was thinking about an open source project with no special platform in mind. Creating an ISO image is probably the best way to go, that can be burnt by a platform specific application.
The idea is inspired by the simple fact, that I have lost several GB of data due to such "happenings", but the falling price of these media is tempting, although I am still not likely to backup everything twice.
I am not likely to have time to code it myself, but I am here to help and organize things