Skip to content

Library and program to automate creating DVD/Blu-ray backups using MakeMKV.

License

Notifications You must be signed in to change notification settings

b-sullender/makemkv-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makemkv-backup

Library and program to automate creating DVD/Blu-ray backups using MakeMKV.

Build and install the project

mkdir build && cd build
cmake ..
make
sudo make install

Run MakeMKV backup

./makemkv-backup --device=/dev/sr0 --path="/output/path"

Building Debian Package

If you wish to build a Debian package, follow these steps:

  1. Ensure the rules file is executable:

    sudo chmod +x debian/rules
  2. Build the package:

    • Without signing:
      sudo dpkg-buildpackage -uc -us
    • With signing (replace <KEY_ID> with your GPG key ID):
      sudo dpkg-buildpackage -k<KEY_ID>
      To list your GPG keys, use gpg --list-keys.
  3. Cleanup build files:
    After building the package, remove temporary files with:

    sudo debclean

    This ensures your workspace is clean and free of leftover build artifacts.

Notes:

  • Ensure you use sudo for all commands.
  • Your newly created package files will be in the parent directory.

About

Library and program to automate creating DVD/Blu-ray backups using MakeMKV.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published