Create backup.md

This commit is contained in:
こぴなたみぽ 2017-09-07 13:23:47 +09:00 committed by GitHub
parent e891b34d61
commit 4d01acffdc
1 changed files with 6 additions and 0 deletions

6
docs/backup.md Normal file
View File

@ -0,0 +1,6 @@
In your shell:
``` shell
$ mongodump --archive=db-backup
```
Make sure **mongodb-tools** installed.