Bob Motram 10 years ago
parent
commit
526097028e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      doc/EN/backups.org

+ 2
- 2
doc/EN/backups.org View File

23
 Log into the system and become the root user, then run the /backup/ command.
23
 Log into the system and become the root user, then run the /backup/ command.
24
 
24
 
25
 #+BEGIN_SRC bash
25
 #+BEGIN_SRC bash
26
-su username@domainname -p 2222
26
+ssh username@domainname -p 2222
27
 su
27
 su
28
 backup
28
 backup
29
 #+END_SRC
29
 #+END_SRC
37
 Log into the system and become the root user, then run the /restore/ command.
37
 Log into the system and become the root user, then run the /restore/ command.
38
 
38
 
39
 #+BEGIN_SRC bash
39
 #+BEGIN_SRC bash
40
-su username@domainname -p 2222
40
+ssh username@domainname -p 2222
41
 su
41
 su
42
 restore
42
 restore
43
 #+END_SRC
43
 #+END_SRC