We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker run -it --rm -v ${HOME}/tmp:/tmp mongo bash -c 'mongodump -v -h "example.com" -u user -p "Password" -d "example" --out=/tmp'
docker run -it --rm -v ${HOME}/tmp:/tmp mongo bash -c 'mongorestore --drop -v -h "example.com" -u user -p "Password" -d "example" /tmp/example/collection.bson'
There was an error while loading. Please reload this page.