What I am trying to figure out now is how to back up a directory to multiple DVD size images. I did find a program, with source, that will allow me to add reed-solomon to a tar.bz2. I could use that approach and create a file, listing, and the src to DVD for storage in the safe. I then use a USB 1t drive for adhoc acceess to all this data. <br>
<br>
I would need a program that would cut up a DVD to multiple, unrelated, tar.bz2. Use openssl CLI to encrypt. Run it through the reed-solomon utility, finally create the ISO image. Seems like I need to code this.