Replies: 2 comments
-
Very simple implementation in shell that works for me but probably won't work for anyone else: https://github.com/jose1711/vorta2paper/blob/master/vorta2paper.sh but at least gives some idea. |
Beta Was this translation helpful? Give feedback.
-
Nice script! Thank you for sharing! This script should/ could be extended to add the keyfile of the repository (local or repokey). Without the borg keyfile of your repository you will not be able decrypt the backup. I believe the paper-backup of the SSH-keys is more about convenience, since you could always set up new SSH-keys (even from a different computer), provided you have access to your backup-server. edit: I just realized, that you already point to borg keyfiles in the first post. |
Beta Was this translation helpful? Give feedback.
-
Borg includes a way to print repository key on a sheet of paper (optionally as a QR code). At this moment
vorta
does not provide a way to run such export from its interface. Most importantly though a backup of SSH key and passphrase should be included with such export because usage ofkeyfile
is limited (and often may not be needed). Output then should be sent to printer and stored in a safe place to have a way to access the backup if the client is compromised.Maybe something like this (extra button on
Repository
tab):Create paper backup for
profile
including:......
Beta Was this translation helpful? Give feedback.
All reactions