Kent Wang
20th December 2003, 10:50
Maybe I'm the only one that does this, but I like to backup DVDs as an ISO image and burn them to 1 or 2 DVDRs. That's true lossless storage, though it's kinda pricy in terms of the amount of discs.
I have a bit of a complex process for doing this though. After creating an ISO file with DVD Decrypter, I split it into 100MB pieces and fill each DVDR to the brim with PAR2 (http://parchive.sourceforge.net/) files. This way even substantial damage to the discs will not corrupt the image backups. However, this whole process is a little tedious as it requires files to be split up, moved into temp folders and the amount of freespace on each disc available for PAR2 data has to be calculated. So I wrote a Linux Perl script that does all of this for me. I still have to run the PAR client myself, but this saves me a lot of mindless work.
I'm posting this to 1) describe what I think to be a robust, albeit expensive, backup solution and 2) to offer this Perl script that I wrote for anyone to use. If anyone is interested in the script, just post here, email me or PM me and I'll send it to you.
I have a bit of a complex process for doing this though. After creating an ISO file with DVD Decrypter, I split it into 100MB pieces and fill each DVDR to the brim with PAR2 (http://parchive.sourceforge.net/) files. This way even substantial damage to the discs will not corrupt the image backups. However, this whole process is a little tedious as it requires files to be split up, moved into temp folders and the amount of freespace on each disc available for PAR2 data has to be calculated. So I wrote a Linux Perl script that does all of this for me. I still have to run the PAR client myself, but this saves me a lot of mindless work.
I'm posting this to 1) describe what I think to be a robust, albeit expensive, backup solution and 2) to offer this Perl script that I wrote for anyone to use. If anyone is interested in the script, just post here, email me or PM me and I'll send it to you.