summaryrefslogtreecommitdiff
path: root/tools/restore.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-29/+31
* fix restoreEliot Horowitz2010-12-091-4/+9
* Fixup ns when inserting index & check for errors. SERVER-2186.Richard Kreuter2010-12-091-0/+28
* Use oplog to make mongodump/restore point in time SERVER-2025Mathias Stearn2010-11-291-3/+60
* fix for finding hidden files SERVER-2000Mathias Stearn2010-11-051-1/+1
* skip hidden files and directories in mongodump SERVER-2000Mathias Stearn2010-11-051-0/+4
* Do indexes after data in mongorestore SERVER-1975Mathias Stearn2010-11-051-4/+2
* check imports are going to a master SERVER-1878Kristina Chodorow2010-10-081-0/+6
* Add --indexesLast option since it's not always faster SERVER-1377Mathias Stearn2010-07-071-1/+4
* restore indexes last SERVER-1377Mathias Stearn2010-07-071-1/+9
* don't restore system.profile SERVER-1294Eliot Horowitz2010-06-301-0/+5
* some tool cleaningEliot Horowitz2010-06-191-1/+7
* some tool cleaning, bsondump toolEliot Horowitz2010-06-091-82/+13
* towards QueryOption_exhaustdwight2010-06-051-1/+1
* can filter in mongorestoreEliot Horowitz2010-05-261-2/+15
* stdafx->pchDwight2010-04-271-1/+1
* better debuggingEliot Horowitz2010-03-051-1/+1
* fixEliot Horowitz2010-03-051-3/+5
* --drop and --objchek for restoreEliot Horowitz2010-03-051-1/+30
* changed Tool() cons arguments a bitEliot Horowitz2010-02-211-1/+1
* remove some manual free()s and mixed new/free()Mathias Stearn2010-02-121-3/+2
* make tools wait until all modifications have completed before exitingMathias Stearn2010-02-091-0/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
* tool cleaningEliot Horowitz2009-10-271-1/+4
* allow restoring a single collection to a different collection nameMike Dirolf2009-09-291-9/+22
* make restore directory a positional argumentMike Dirolf2009-09-241-1/+6
* allow mongorestore to restore a single .bson fileMike Dirolf2009-09-241-6/+2
* minor: whitespaceMike Dirolf2009-09-241-2/+2
* nice progress meters for dump/restore SERVER-307Eliot Horowitz2009-09-241-7/+7
* casingEliot Horowitz2009-09-241-1/+1
* mongorestore: can specify db to restore to (only when restoring a directory c...Mike Dirolf2009-09-151-15/+35
* restore: use default arg instead of positional for dump directory. check for ...Mike Dirolf2009-09-151-3/+7
* restore can import 64-bit data files with 32-bit mongorestore SERVER-141Eliot Horowitz2009-09-151-22/+34
* minor: whitespaceMike Dirolf2009-09-111-14/+14
* auth support for tools SERVER-147Eliot Horowitz2009-08-121-0/+1
* possibly fix / 0 - verboseEliot Horowitz2009-07-131-2/+7
* / 0 safetyEliot Horowitz2009-07-131-2/+2
* nicer error messageEliot Horowitz2009-07-131-1/+1
* fix 64-bit mongorestoreEliot Horowitz2009-07-131-4/+5
* long instead of int for file sizeEliot Horowitz2009-07-091-1/+1
* work around assert in mmapEliot Horowitz2009-06-111-1/+2
* better message when root missing MINORAaron2009-05-201-2/+4
* make tools capable of running standalone, without a mongod instanceAaron2009-05-201-1/+1
* change file nameEliot Horowitz2009-02-091-0/+114