mirror of
https://github.com/moul/sshportal.git
synced 2025-03-14 00:37:35 +08:00
Small typo
This commit is contained in:
parent
e6198e16e5
commit
15c58c99b2
1 changed files with 2 additions and 2 deletions
|
@ -249,10 +249,10 @@ sshportal embeds built-in backup/restore methods which basically import/export J
|
|||
|
||||
```sh
|
||||
# Backup
|
||||
ssh admin@sshportal config backup > sshportal.bkp
|
||||
ssh admin@sshportal config backup > sshportal.bkp
|
||||
|
||||
# Restore
|
||||
ssh admin@sshportal config restore < sshporta.bkp
|
||||
ssh admin@sshportal config restore < sshportal.bkp
|
||||
```
|
||||
|
||||
This method is particularly useful as it should be resistant against future DB schema changes (expected during development phase).
|
||||
|
|
Loading…
Reference in a new issue