diff --git a/doc/EN/backups.org b/doc/EN/backups.org index e9c17199..baf8ca30 100644 --- a/doc/EN/backups.org +++ b/doc/EN/backups.org @@ -19,10 +19,11 @@ #+END_CENTER * Backup keys -As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the /.gnupg/ keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the command: +As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the /.gnupg/ keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the commands: #+BEGIN_SRC bash ssh username@domainname -p 2222 +su freedombone-keydrive -u [username] --master #+END_SRC diff --git a/website/EN/backups.html b/website/EN/backups.html index a6cc6d44..262571ca 100644 --- a/website/EN/backups.html +++ b/website/EN/backups.html @@ -4,7 +4,7 @@
-As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the .gnupg keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the command: +As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the .gnupg keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the commands:
ssh username@domainname -p 2222 +su freedombone-keydrive -u [username] --master