Okay, I wasn't quite precise: Although it only does inserts, it could
add data to other collections in the target DB that I'd like to leave
untouched.
What I was really looking for is a dump/restore of a single collection
in DB1 to a target collection in DB2.
I presume I can easily write a script to do this, but I thought it'd
be possible with mongodump/mongorestore.