ソースを参照

Update web documentation

Bob Mottram 9 年 前
コミット
427b034a92
共有2 個のファイルを変更した47 個の追加13 個の削除を含む
  1. 19
    6
      doc/EN/backups.org
  2. 28
    7
      website/EN/backups.html

+ 19
- 6
doc/EN/backups.org ファイルの表示

@@ -56,12 +56,16 @@ su
56 56
 If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done as follows:
57 57
 
58 58
 #+BEGIN_SRC bash
59
-freedombone-recoverkey -u [username] --master
59
+freedombone-recoverkey -u [username]
60 60
 #+END_SRC
61 61
 
62
-Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black.
62
+Or on a Beaglebone Black you can use the option:
63 63
 
64
-Log into the system and become the root user, then run the /restore/ command.
64
+#+BEGIN_SRC bash
65
+freedombone-recoverkey -u [username] --drive sda
66
+#+END_SRC
67
+
68
+Remove any existing drive and insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black, then run the command:
65 69
 
66 70
 #+BEGIN_SRC bash
67 71
 restore
@@ -92,14 +96,23 @@ freedombone-remote
92 96
 
93 97
 Configure the remote server login details.
94 98
 
95
-Now plug in the USB drive containing the backup key and restore it.
99
+Now become the root user:
96 100
 
97 101
 #+BEGIN_SRC bash
98 102
 su
99
-freedombone-recoverkey -u [username] --master
100 103
 #+END_SRC
101 104
 
102
-If you are recovering from multiple USB drives containing key fragments then just ommit the /--master/ option in the above command.
105
+Plug in the USB drive containing the backup key and restore it.
106
+
107
+#+BEGIN_SRC bash
108
+freedombone-recoverkey -u [username]
109
+#+END_SRC
110
+
111
+Or on a Beablebone Black:
112
+
113
+#+BEGIN_SRC bash
114
+freedombone-recoverkey -u [username] -d sda
115
+#+END_SRC
103 116
 
104 117
 Then use the command:
105 118
 

+ 28
- 7
website/EN/backups.html ファイルの表示

@@ -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 10:21 -->
7
+<!-- 2015-09-29 Tue 12:21 -->
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" />
@@ -272,16 +272,22 @@ If this is a new Freedombone installation then you will first need to restore yo
272 272
 
273 273
 <div class="org-src-container">
274 274
 
275
-<pre class="src src-bash">freedombone-recoverkey -u [username] --master
275
+<pre class="src src-bash">freedombone-recoverkey -u [username]
276 276
 </pre>
277 277
 </div>
278 278
 
279 279
 <p>
280
-Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black.
280
+Or on a Beaglebone Black you can use the option:
281 281
 </p>
282 282
 
283
+<div class="org-src-container">
284
+
285
+<pre class="src src-bash">freedombone-recoverkey -u [username] --drive sda
286
+</pre>
287
+</div>
288
+
283 289
 <p>
284
-Log into the system and become the root user, then run the <i>restore</i> command.
290
+Remove any existing drive and insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black, then run the command:
285 291
 </p>
286 292
 
287 293
 <div class="org-src-container">
@@ -344,20 +350,35 @@ Configure the remote server login details.
344 350
 </p>
345 351
 
346 352
 <p>
347
-Now plug in the USB drive containing the backup key and restore it.
353
+Now become the root user:
348 354
 </p>
349 355
 
350 356
 <div class="org-src-container">
351 357
 
352 358
 <pre class="src src-bash">su
353
-freedombone-recoverkey -u [username] --master
354 359
 </pre>
355 360
 </div>
356 361
 
357 362
 <p>
358
-If you are recovering from multiple USB drives containing key fragments then just ommit the <i>&#x2013;master</i> option in the above command.
363
+Plug in the USB drive containing the backup key and restore it.
364
+</p>
365
+
366
+<div class="org-src-container">
367
+
368
+<pre class="src src-bash">freedombone-recoverkey -u [username]
369
+</pre>
370
+</div>
371
+
372
+<p>
373
+Or on a Beablebone Black:
359 374
 </p>
360 375
 
376
+<div class="org-src-container">
377
+
378
+<pre class="src src-bash">freedombone-recoverkey -u [username] -d sda
379
+</pre>
380
+</div>
381
+
361 382
 <p>
362 383
 Then use the command:
363 384
 </p>