|
@@ -4,7 +4,7 @@
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
6
|
<title></title>
|
7
|
|
-<!-- 2015-09-29 Tue 12:36 -->
|
|
7
|
+<!-- 2015-09-29 Tue 12:43 -->
|
8
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
9
|
9
|
<meta name="generator" content="Org-mode" />
|
10
|
10
|
<meta name="author" content="Bob Mottram" />
|
|
@@ -201,12 +201,13 @@ for the JavaScript code in this tag.
|
201
|
201
|
<h2 id="orgheadline1">Backup keys</h2>
|
202
|
202
|
<div class="outline-text-2" id="text-orgheadline1">
|
203
|
203
|
<p>
|
204
|
|
-As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the <i>.gnupg</i> 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:
|
|
204
|
+As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the <i>.gnupg</i> 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:
|
205
|
205
|
</p>
|
206
|
206
|
|
207
|
207
|
<div class="org-src-container">
|
208
|
208
|
|
209
|
209
|
<pre class="src src-bash">ssh username@domainname -p 2222
|
|
210
|
+su
|
210
|
211
|
freedombone-keydrive -u [username] --master
|
211
|
212
|
</pre>
|
212
|
213
|
</div>
|