hex7c0 / mongodb-backup

backup data for mongodb for Nodejs
https://github.com/hex7c0/mongodb-backup
Apache License 2.0
134 stars 48 forks source link

How to backup all database of mongodb uri without specify ? #39

Open thieuanh1995hn opened 4 years ago

thieuanh1995hn commented 4 years ago

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 ?

Rfrixy commented 4 years ago

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

Manjukb commented 3 years ago

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