|
@@ -23,7 +23,7 @@ Insert a USB thumb drive into the front socket of the Beaglebone Black.
|
23
|
23
|
Log into the system and become the root user, then run the /backup/ command.
|
24
|
24
|
|
25
|
25
|
#+BEGIN_SRC bash
|
26
|
|
-su username@domainname -p 2222
|
|
26
|
+ssh username@domainname -p 2222
|
27
|
27
|
su
|
28
|
28
|
backup
|
29
|
29
|
#+END_SRC
|
|
@@ -37,7 +37,7 @@ Insert the USB thumb drive containing your backup into the front socket of the B
|
37
|
37
|
Log into the system and become the root user, then run the /restore/ command.
|
38
|
38
|
|
39
|
39
|
#+BEGIN_SRC bash
|
40
|
|
-su username@domainname -p 2222
|
|
40
|
+ssh username@domainname -p 2222
|
41
|
41
|
su
|
42
|
42
|
restore
|
43
|
43
|
#+END_SRC
|