Browse Source

Update web documentation

Bob Mottram 9 years ago
parent
commit
427b034a92
2 changed files with 47 additions and 13 deletions
  1. 19
    6
      doc/EN/backups.org
  2. 28
    7
      website/EN/backups.html

+ 19
- 6
doc/EN/backups.org View File

56
 If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done as follows:
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
 #+BEGIN_SRC bash
58
 #+BEGIN_SRC bash
59
-freedombone-recoverkey -u [username] --master
59
+freedombone-recoverkey -u [username]
60
 #+END_SRC
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
 #+BEGIN_SRC bash
70
 #+BEGIN_SRC bash
67
 restore
71
 restore
92
 
96
 
93
 Configure the remote server login details.
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
 #+BEGIN_SRC bash
101
 #+BEGIN_SRC bash
98
 su
102
 su
99
-freedombone-recoverkey -u [username] --master
100
 #+END_SRC
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
 Then use the command:
117
 Then use the command:
105
 
118
 

+ 28
- 7
website/EN/backups.html View File

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 10:21 -->
7
+<!-- 2015-09-29 Tue 12:21 -->
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" />
272
 
272
 
273
 <div class="org-src-container">
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
 </pre>
276
 </pre>
277
 </div>
277
 </div>
278
 
278
 
279
 <p>
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
 </p>
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
 <p>
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
 </p>
291
 </p>
286
 
292
 
287
 <div class="org-src-container">
293
 <div class="org-src-container">
344
 </p>
350
 </p>
345
 
351
 
346
 <p>
352
 <p>
347
-Now plug in the USB drive containing the backup key and restore it.
353
+Now become the root user:
348
 </p>
354
 </p>
349
 
355
 
350
 <div class="org-src-container">
356
 <div class="org-src-container">
351
 
357
 
352
 <pre class="src src-bash">su
358
 <pre class="src src-bash">su
353
-freedombone-recoverkey -u [username] --master
354
 </pre>
359
 </pre>
355
 </div>
360
 </div>
356
 
361
 
357
 <p>
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
 </p>
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
 <p>
382
 <p>
362
 Then use the command:
383
 Then use the command:
363
 </p>
384
 </p>