Small typo

This commit is contained in:
Manfred Touron 2017-11-20 11:12:58 +01:00 committed by GitHub
parent e6198e16e5
commit 15c58c99b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).