I am trying to clone a remote mongo db to a local one. I am attempting to follow these instructions:
http://docs.mongodb.org/manual/reference/command/clone/
In the mongo console I type:
clone: "username@example.com:password@mymongohost.com:10035"
and the console comes back with:
username@example.com:password@mymongohost.com:10035
What am I doing wrong?
Thanks, Kevin