Backup mongo indexes
There is really short and briliant script for create backup of indexes queries. This code iterate over all collections and create backup of createIndex()
queries.
You can save this backup code to file and run int directly with mongoshell command:
Example output: