From 8b60f7c6a26fdf1862d723164801aca3ca8f41f5 Mon Sep 17 00:00:00 2001 From: こぴなたみぽ Date: Thu, 7 Sep 2017 13:28:57 +0900 Subject: Update backup.md --- docs/backup.md | 4 ++++ 1 file changed, 4 insertions(+) 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/). -- cgit v1.2.3-freya