mongodump 命令:
mongodump --host myhost.com --port 12345 --username myUsername --password PSWRD --out /opt/somepath --db myDb --collection my_collection --query "{ content_type_id: { \$not: { \$eq : db.my_type.findOne({slug: 'form_submissions'} )._id } } }" --verbose
结果是:
断言:16619 代码 FailedToParse:FailedToParse:值中的错误字符:
偏移量:33 of:{ content_type_id: { $not: { $eq: db.my_type.findOne({slug: 'form_submissions'} )._id } } }