Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Nov 20, 2017
1 parent e6198e1 commit 15c58c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 15c58c9

Please sign in to comment.