mirror of
https://github.com/moul/sshportal.git
synced 2025-10-09 12:49:52 +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
|
```sh
|
||||||
# Backup
|
# Backup
|
||||||
ssh admin@sshportal config backup > sshportal.bkp
|
ssh admin@sshportal config backup > sshportal.bkp
|
||||||
|
|
||||||
# Restore
|
# 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).
|
This method is particularly useful as it should be resistant against future DB schema changes (expected during development phase).
|
||||||
|
|
Loading…
Add table
Reference in a new issue