hex7c0/mongodb-backup

How to backup all database of mongodb uri without specify ?

Opened this issue · 2 comments

How to backup all database of mongodb uri without specify ?
I need to back up all without define them by array because . I may forget to add the db name to when have a new database . So the best way is back up all db . How can i do it ?

Not an issue with mongodb-backup. You can list databases with the node-mongo driver and use it with mongodb-backup.

is there any way i can specify list of database ,i can't see any option like that