I am having the mongodump of that collection in host A , Now i need to move that into host B.
I have used,
mongodump --host mongodb1.example.net --port 37017 --username user --password pass /opt/backup/mongodump-2011-10-24
but its not worked for me. Any other help on this?
Thanks in advance.
-as part of the command even when encapsulated with", you can instead specify a specific out:./mongodump --host mongodb1.example.net --port 37017 --username user --password pass --out=/opt/backup/mongodump-2011-10-24which works – Sammaye Jan 2 at 8:52