Do not follow this link

~shironeko/blu-save

Decrypt and backup Blu-ray discs
clean up experimental code
7c4b347e — tleydxdy 4 years ago
also package source code
b02ff76e — tleydxdy 4 years ago
libbluray have released the needed changes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~shironeko/blu-save
read/write
git@git.sr.ht:~shironeko/blu-save

You can also use your local clone with git send-email.

#Usage

Simply run like below

./blu-save <disc_path> [out_path] [key_file]

out_path defaults to a out folder in the current directory key_file follows libaacs's setting, usually by default it looks in ~/.config/aacs

#Building

Make sure you have libbluray>=1.2.0, after that you can build blu-save with just

$ make

#License

blu-save helps you to backup your Blu-ray discs
Copyright 2020 shironeko

This file is part of blu-save.

blu-save is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

blu-save is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with blu-save.  If not, see <https://www.gnu.org/licenses/>.
Do not follow this link