有没有办法从 mongodump 中排除数据库

Is there a way to exclude a database from mongodump

我正在使用 mongodump 进行每日备份。 在我的数据库服务器中,我有很多数据库,我想从转储中排除巨大的数据库。 例如:转储除'Db_name'之外的所有数据库,例如:mongoump --out /data/backup --excludeDatabase='name_of_db'

如果您可以识别排除集合的模式,则不能排除 mongodump command still in a feature request accepted state. I would suggest writing a script to individually backup required databases and using excludeCollectionsWithPrefix 的数据库