This commit is contained in:
syuilo 2018-01-01 02:26:29 +09:00
commit 610b6dac8e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Make sure **mongodb-tools** installed.
In your shell:
``` shell
$ mongodump --archive=db-backup
$ mongodump --archive=db-backup -u <YourUserName> -p <YourPassword>
```
For details, plese see [mongodump docs](https://docs.mongodb.com/manual/reference/program/mongodump/).