From 526097028e4ec986cf1360ab1758888b51602021 Mon Sep 17 00:00:00 2001 From: Bob Motram Date: Mon, 2 Mar 2015 13:19:02 +0000 Subject: [PATCH] Typo --- doc/EN/backups.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/EN/backups.org b/doc/EN/backups.org index d844207b..d7b90ffd 100644 --- a/doc/EN/backups.org +++ b/doc/EN/backups.org @@ -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