Use mongodump:

$ ./mongodump --host prod.example.com
connected to: prod.example.com
all dbs
DATABASE: log    to   dump/log
        log.errors to dump/log/errors.bson
                713 objects
        log.analytics to dump/log/analytics.bson
                234810 objects
DATABASE: blog    to    dump/blog
        blog.posts to dump/log/blog.posts.bson
                59 objects
DATABASE: admin    to    dump/admin

Source: http://www.mongodb.org/display/DOCS/Import+Export+Tools

MongoDB 备份(mongodump)与恢复(mongorestore) | 菜鸟教程

https://www.runoob.com/mongodb/mongodb-mongodump-mongorestore.html

MongoDB 备份(mongodump)与恢复(mongorestore) MongoDB数据备份在 Mongodb中我们使用mongodump命令来备份MongoDB数据。该命令可以导出所有 数据 ...

mongodb 备份、还原、导入、导出简单操作- SegmentFault 思否

https://segmentfault.com/a/1190000006236494

2016年8月10日 ... 2.导出数据库[root@local ~]# mongodump -h 127.0.0.1 --port 30216 -d test -uxxxx -pxxxxx -o home/mongodb/connected to: ...

MongoDB 备份与还原mongodump、mongorestore - 自由早晚乱余生 ...

https://www.cnblogs.com/operationhome/p/10724374.html

2019年4月17日 ... ​ mongodump 是MongoDB 官方提供的备份工具,它可以从MongoDB 数据库读取 数据,并生成BSON 文件,mongodump 适合用于备份和恢复 ...

mongoDB数据库备份和恢复_节至-CSDN博客

https://blog.csdn.net/wangxiaotongfan/article/details/79610928

2018年4月2日 ... mongodb数据备份和还原主要分为二种,一种是针对于库的mongodump和 mongorestore,一种是针对库中表的mongoexport和mongoimport。

MongoDB - Create Backup - Tutorialspoint

https://www.tutorialspoint.com/mongodb/mongodb_create_backup.htm

To create backup of database in MongoDB, you should use mongodump command. This command will dump the entire data of your server into the dump ...

MongoDB 备份方法- 知乎

https://zhuanlan.zhihu.com/p/76372888

2019年8月2日 ... 使用文件系统快照进行备份和重建 本文档介绍了使用系统级工具(如LVM或存储 设备)创建MongoDB系统备份的过程,以及相应的还原策略。

MongoDB的数据库如何备份和恢复? - 华为云

https://www.huaweicloud.com/articles/dbf2abd372861cef7b8e7282526610e4.html

2017年7月7日 ... 恩,很有必要再重新审视一下我们的数据库有没有做好容灾,借此机会给大家普及 一下MongoDB数据库的备份和恢复手段。 MongoDB数据库备份 ...

云数据库MongoDB版如何备份和恢复数据- 云数据库MongoDB - 阿里云

https://help.aliyun.com/document_detail/39939.html

说明:备份MongoDB实例中数据库相关的实际物理文件。 在实例的隐藏节点进行 ,不影响主从节点的读写性能。若数据量较大,花费的时间可能较 ...

Back Up and Restore with MongoDB Tools — MongoDB Manual

https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/

For resilient and non-disruptive backups, use a file system or block-level disk snapshot function, such as the methods described in the MongoDB Backup Methods ...

How To Back Up, Restore, and Migrate a MongoDB Database on ...

https://www.digitalocean.com/community/tutorials/how-to-back-up-restore-and-migrate-a-mongodb-database-on-ubuntu-14-04

Apr 15, 2016 ... Then our backup command should look like this: sudo mongodump --db newdb -- out /var/backups/mongobackups/` ...

MongoDB Backup Methods — MongoDB Manual

https://docs.mongodb.com/manual/core/backups/

Back Up with Atlas · Back Up with MongoDB Cloud Manager or Ops Manager · Back Up by Copying Underlying Data Files · Back Up with mongodump.

MongoDB Backup Best Practices - Percona Database Performance ...

https://www.percona.com/blog/2020/09/18/mongodb-backup-best-practices/

Sep 18, 2020 ... MongoDB offers below utility to take the logical backups : Mongodump: Takes dump/backup of the databases into “.bson” format which can be ...

Backup and Restore Cluster Data — MongoDB Atlas

https://docs.atlas.mongodb.com/backup-restore-cluster/

On this page. Considerations; Cloud Backups; Legacy Backups; M2 / M5 Snapshots. Backups are copies of your data that encapsulate the state of your cluster at ...

Backup Process — MongoDB Ops Manager 4.4

https://docs.opsmanager.mongodb.com/current/core/backup-overview/

For MongoDB 4.2, the FCV can be 4.0 or 4.2 . FCV of 4.0 or earlier; FCV of 4.2 or later. Once backup has started, Ops Manager backs up the data as ...

How do I create a MongoDB dump of my database? - Stack Overflow

https://stackoverflow.com/questions/4880874/how-do-i-create-a-mongodb-dump-of-my-database

mongodump --db database_name --collection collection_name. To import your backup file to mongodb you can use the following command on ...

A Review of MongoDB Backup Options | Severalnines

https://severalnines.com/database-blog/review-mongodb-backup-options

Aug 8, 2018 ... MongoDB consistent backup is a tool for performing consistent backups of MongoDB clusters. It can backup a cluster with one or many shards to ...

Restore a Single Database or Collection — MongoDB Cloud Manager

https://docs.cloudmanager.mongodb.com/tutorial/restore-single-database/

Go to Backup view and click the Overview tab.¶. For the deployment whose backup you want to query, click ellipsis icon under Options column then select Query ...