summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/backup.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/backup.md b/docs/backup.md
index baf4b23621..9c02d98551 100644
--- a/docs/backup.md
+++ b/docs/backup.md
@@ -1,13 +1,15 @@
How to backup your Misskey
==========================
+Make sure **mongodb-tools** installed.
+
+--
+
In your shell:
``` shell
$ mongodump --archive=db-backup
```
-Make sure **mongodb-tools** installed.
-
Restore
-------