This commit is contained in:
Bob Motram 2015-03-02 13:19:02 +00:00
parent 6294c472d5
commit 526097028e
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Insert a USB thumb drive into the front socket of the Beaglebone Black.
Log into the system and become the root user, then run the /backup/ command.
#+BEGIN_SRC bash
su username@domainname -p 2222
ssh username@domainname -p 2222
su
backup
#+END_SRC
@ -37,7 +37,7 @@ Insert the USB thumb drive containing your backup into the front socket of the B
Log into the system and become the root user, then run the /restore/ command.
#+BEGIN_SRC bash
su username@domainname -p 2222
ssh username@domainname -p 2222
su
restore
#+END_SRC