GithubHelp home page GithubHelp logo

dvd-backup's Introduction

DVD Backup

For backuping up DVDs. A DVD's shelf life can be as little as 30 years. An iso file is probably a more robust long-term solution for preserving a personal DVD. This can be helpful for backing up old family video DVDs, data DVDs, hobby project/student film DVDs, etc.

Better projects exist than this one. This repository exists only to suit the needs of a single user

Run

bash dvd-to-iso.sh

Alternatives

  • ddrescue -n -b 2048 $DEVICE "$SCRATCH/$NAME.iso" "$SCRATCH/$NAME.mapfile"
  • dvdbackup -i "${device}" -o "${SCRATCH}" --mirror --name="${NAME}"
  • mkisofs -V "${NAME}" -dvd-video -udf -o "${SCRATCH}/${NAME}.iso" "${SCRATCH}/${NAME}"

Prior Art

This repository was generated for the sake ofarchiving the work of the python-dvdvideo repos that seem to be abandoned (or at least not recently maintained) from what I can tell.

Typically ddrescue works for me when I need to back up an old family video DVD, but in some cases it fails. I've found the python-dvdvideo scripts to be more reliable in those cases.

dvd-backup's People

Contributors

williamhaley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.