# <https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/#binary-bson-dumps>
# backup
mongodump --port 27017 --host 127.0.0.1 --collection tweets --db MessageBoardDev --out "C:\data\backup"
# restore
mongorestore --port 27017 --host 127.0.0.1 "C:\data\backup"-
Notifications
You must be signed in to change notification settings - Fork 0
License
CVBDL/message-board-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published