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

add restore support as alternate mode #63

Closed scicco closed 1 year ago

scicco commented 1 year ago

Hello, this will address #59

maxisam commented 1 year ago

Thank you for your contribution. Sorry for taking so long to take care this.

maxisam commented 1 year ago

@scicco sorry, in the end, I changed my mind on implementation. I think it makes more sense to be an on demand action than setting in the plan. Because we shouldn't change the plan and rerun the app just for restore. I have implemented it in #69