Added first draft of encrypted paper backup guide

This commit is contained in:
Sun Knudsen 2021-02-24 06:18:01 -05:00
parent 3f681623fa
commit 838469b946
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
7 changed files with 264 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#! /bin/bash
set -e
printf "%s\n" "Restoring…"
. qr-restore.sh
if [ -n "$secret" ]; then
printf "%s\n" "Backing up…"
. qr-backup.sh
fi