Update backup.md

This commit is contained in:
こぴなたみぽ 2017-09-07 13:28:57 +09:00 committed by GitHub
parent ac97cb358d
commit 8b60f7c6a2

View file

@ -10,9 +10,13 @@ In your shell:
$ mongodump --archive=db-backup
```
For details, plese see [mongodump docs](https://docs.mongodb.com/manual/reference/program/mongodump/).
Restore
-------
``` shell
$ mongorestore --archive=db-backup
```
For details, please see [mongorestore docs](https://docs.mongodb.com/manual/reference/program/mongorestore/).