From 92b2bb90b5a3dc4d9f63f0c60e9cbbd19d4ab06b Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen Keeping your DVD collection safe from scratches and curious
+children fingers while still having it available when you want to see a
+movie is not straight forward. My preferred method at the moment is
+to store a full copy of the ISO on a hard drive, and use VLC, Popcorn
+Hour or other useful players to view the resulting file. This way the
+subtitles and bonus material are still available and using the ISO is
+just like inserting the original DVD record in the DVD player. Earlier I used dd for taking security copies, but it do not handle
+DVDs giving read errors (which are quite a few of them). I've also
+tried using
+dvdbackup
+and genisoimage, but these days I use the marvellous python library
+and program
+python-dvdvideo
+written by Bastian Blank. It is
+in Debian
+already. Instead of trying to read every block from the DVD, it
+parses the file structure and figure out which block on the DVD is
+actually in used, and only read those blocks from the DVD. This
+work surprisingly well, and I have been able to almost backup my
+entire DVD collection using this method.
So, if you need to keep your DVDs safe, back them up using +python-dvdvideo. :)
-- 2.47.2