I want to take backup of only 100 records from a collection how can i give limit in query -q.
here what i tried giving limit but after giving limit in -q it is not inserting any record.
mongoexport --host localhost --db test --collection foo -q "{"limit":"1"}" > a.json
Please suggest how can i give limit number of record in mongoexport