Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete and Test action to creating an encrypted backup #1

Open
caseyrichins opened this issue Apr 10, 2021 · 0 comments
Open

Complete and Test action to creating an encrypted backup #1

caseyrichins opened this issue Apr 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@caseyrichins
Copy link
Owner

The ability to create encrypted backups exists but has not been tested and is currently commented out. Test the functionality to create encrypted backups and submit required code to updates to enable the functionality. Also include code to verify the data written if possible to ensure that no errors exist in the burned image.

JournalGPG/encrypt-draft.sh

Lines 278 to 288 in 125f564

if [[ ${DVD} == 'y' || ${DVD} == 'yes' ]]; then
checkPkgs
info_msg "Please insert a CD or DVD in drive before prceeding. Press enter to continue"
info_msg "Estimated Size is ${DSIZE}"
#wait here for key press of DVD.
info_msg "Writing data in ${BASE} to disk, please wait"
#TMPDIR=$(mktemp -d)
#genisoimage -quiet -r Documents/ | aespipe -e aes256 -H sha512 > $TMPDIR/documents.iso
#wodim dev=/dev/dvdrw documents.iso
#shred -ufvz -n 35 $TMPDIR/documents.iso
else

@caseyrichins caseyrichins self-assigned this Apr 10, 2021
@caseyrichins caseyrichins added the bug Something isn't working label Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant