Directly copy db from ip :
1 | mongo <ip> |
Export / Restore DB
1 | # Export |
Note :
- Run commands in administrator mode
- If commands not found, excute commands under mongodb
bin
folder, windows default path :C:\Program Files\MongoDB\Server\3.2\bin\
Reference :
https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/