diff options
Diffstat (limited to 'docs/backup.md')
| -rw-r--r-- | docs/backup.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/backup.md b/docs/backup.md new file mode 100644 index 0000000000..155170c36f --- /dev/null +++ b/docs/backup.md @@ -0,0 +1,6 @@ +In your shell: +``` shell +$ mongodump --archive=db-backup +``` + +Make sure **mongodb-tools** installed. |