diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-09-07 13:28:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-07 13:28:57 +0900 |
| commit | 8b60f7c6a26fdf1862d723164801aca3ca8f41f5 (patch) | |
| tree | f4d673211e8227b5cd98cc218e3d3ae7324fc731 | |
| parent | Update backup.md (diff) | |
| download | sharkey-8b60f7c6a26fdf1862d723164801aca3ca8f41f5.tar.gz sharkey-8b60f7c6a26fdf1862d723164801aca3ca8f41f5.tar.bz2 sharkey-8b60f7c6a26fdf1862d723164801aca3ca8f41f5.zip | |
Update backup.md
| -rw-r--r-- | docs/backup.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/backup.md b/docs/backup.md index 56054455ed..484564b314 100644 --- a/docs/backup.md +++ b/docs/backup.md @@ -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/). |