I want to export all collections in MongoDB by the command:
mongoexport -d dbname -o Mongo.json
The result is: No collection specifie
you can create zip file by using following command .It will create zip file of database {dbname} provided.You can later import the following zip file in you mongo DB.
Window filepath=C:\Users\Username\mongo mongodump --archive={filepath}\+{filename}.gz --gzip --db {dbname}