Bläddra i källkod

Better wording

Bob Mottram 9 år sedan
förälder
incheckning
b9e8421e8f
2 ändrade filer med 5 tillägg och 3 borttagningar
  1. 2
    1
      doc/EN/backups.org
  2. 3
    2
      website/EN/backups.html

+ 2
- 1
doc/EN/backups.org Visa fil

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

+ 3
- 2
website/EN/backups.html Visa fil

@@ -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>