maxisam / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
https://maxisam.github.io/mgob/
MIT License
137 stars 19 forks source link

Feature Request: Restore Collections #103

Open kyi87 opened 8 months ago

kyi87 commented 8 months ago

Hi, it would be great to restore only some configurable collections to an existing database. If the collection is not available in the target database, it should be created, otherwise its overriden. Is this possible?

Thanks in advance.