|
@@ -4,7 +4,7 @@
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
6
|
<title></title>
|
7
|
|
-<!-- 2014-12-17 Wed 20:47 -->
|
|
7
|
+<!-- 2015-03-02 Mon 13:47 -->
|
8
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
9
|
9
|
<meta name="generator" content="Org-mode" />
|
10
|
10
|
<meta name="author" content="Bob Mottram" />
|
|
@@ -200,7 +200,7 @@ Log into the system and become the root user, then run the <i>backup</i> command
|
200
|
200
|
|
201
|
201
|
<div class="org-src-container">
|
202
|
202
|
|
203
|
|
-<pre class="src src-bash">su username@domainname -p 2222
|
|
203
|
+<pre class="src src-bash">ssh username@domainname -p 2222
|
204
|
204
|
su
|
205
|
205
|
backup
|
206
|
206
|
</pre>
|
|
@@ -228,7 +228,7 @@ Log into the system and become the root user, then run the <i>restore</i> comman
|
228
|
228
|
|
229
|
229
|
<div class="org-src-container">
|
230
|
230
|
|
231
|
|
-<pre class="src src-bash">su username@domainname -p 2222
|
|
231
|
+<pre class="src src-bash">ssh username@domainname -p 2222
|
232
|
232
|
su
|
233
|
233
|
restore
|
234
|
234
|
</pre>
|