diff --git a/doc/EN/backups.org b/doc/EN/backups.org index b33d43b4..e9c17199 100644 --- a/doc/EN/backups.org +++ b/doc/EN/backups.org @@ -56,12 +56,16 @@ su If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done as follows: #+BEGIN_SRC bash -freedombone-recoverkey -u [username] --master +freedombone-recoverkey -u [username] #+END_SRC -Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black. +Or on a Beaglebone Black you can use the option: -Log into the system and become the root user, then run the /restore/ command. +#+BEGIN_SRC bash +freedombone-recoverkey -u [username] --drive sda +#+END_SRC + +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: #+BEGIN_SRC bash restore @@ -92,14 +96,23 @@ freedombone-remote Configure the remote server login details. -Now plug in the USB drive containing the backup key and restore it. +Now become the root user: #+BEGIN_SRC bash su -freedombone-recoverkey -u [username] --master #+END_SRC -If you are recovering from multiple USB drives containing key fragments then just ommit the /--master/ option in the above command. +Plug in the USB drive containing the backup key and restore it. + +#+BEGIN_SRC bash +freedombone-recoverkey -u [username] +#+END_SRC + +Or on a Beablebone Black: + +#+BEGIN_SRC bash +freedombone-recoverkey -u [username] -d sda +#+END_SRC Then use the command: diff --git a/website/EN/backups.html b/website/EN/backups.html index bf6ecc18..02969591 100644 --- a/website/EN/backups.html +++ b/website/EN/backups.html @@ -4,7 +4,7 @@ - + @@ -272,16 +272,22 @@ If this is a new Freedombone installation then you will first need to restore yo
-
freedombone-recoverkey -u [username] --master
+
freedombone-recoverkey -u [username]
 

-Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black. +Or on a Beaglebone Black you can use the option:

+
+ +
freedombone-recoverkey -u [username] --drive sda
+
+
+

-Log into the system and become the root user, then run the restore command. +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:

@@ -344,20 +350,35 @@ Configure the remote server login details.

-Now plug in the USB drive containing the backup key and restore it. +Now become the root user:

su
-freedombone-recoverkey -u [username] --master
 

-If you are recovering from multiple USB drives containing key fragments then just ommit the –master option in the above command. +Plug in the USB drive containing the backup key and restore it.

+
+ +
freedombone-recoverkey -u [username]
+
+
+ +

+Or on a Beablebone Black: +

+ +
+ +
freedombone-recoverkey -u [username] -d sda
+
+
+

Then use the command: