備份
mongodump --host localhost --port 27017 --username root --db google_service --authenticationDatabase admin
還原
mongorestore --host localhost --port 27017 --username root --authenticationDatabase admin --nsInclude=google_service.* dump/
參考