Added first draft of encrypted paper backup guide
This commit is contained in:
parent
3f681623fa
commit
838469b946
7 changed files with 264 additions and 0 deletions
11
how-to-create-encrypted-paper-backup/qr-clone.sh
Normal file
11
how-to-create-encrypted-paper-backup/qr-clone.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue