Explorar el Código

Better wording

Bob Mottram hace 9 años
padre
commit
b9e8421e8f
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 2
    1
      doc/EN/backups.org
  2. 3
    2
      website/EN/backups.html

+ 2
- 1
doc/EN/backups.org Ver fichero

19
 #+END_CENTER
19
 #+END_CENTER
20
 
20
 
21
 * Backup keys
21
 * Backup keys
22
-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:
22
+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:
23
 
23
 
24
 #+BEGIN_SRC bash
24
 #+BEGIN_SRC bash
25
 ssh username@domainname -p 2222
25
 ssh username@domainname -p 2222
26
+su
26
 freedombone-keydrive -u [username] --master
27
 freedombone-keydrive -u [username] --master
27
 #+END_SRC
28
 #+END_SRC
28
 
29
 

+ 3
- 2
website/EN/backups.html Ver fichero

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-09-29 Tue 12:36 -->
7
+<!-- 2015-09-29 Tue 12:43 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
201
 <h2 id="orgheadline1">Backup keys</h2>
201
 <h2 id="orgheadline1">Backup keys</h2>
202
 <div class="outline-text-2" id="text-orgheadline1">
202
 <div class="outline-text-2" id="text-orgheadline1">
203
 <p>
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
 </p>
205
 </p>
206
 
206
 
207
 <div class="org-src-container">
207
 <div class="org-src-container">
208
 
208
 
209
 <pre class="src src-bash">ssh username@domainname -p 2222
209
 <pre class="src src-bash">ssh username@domainname -p 2222
210
+su
210
 freedombone-keydrive -u [username] --master
211
 freedombone-keydrive -u [username] --master
211
 </pre>
212
 </pre>
212
 </div>
213
 </div>