MongoDB backup automatically

I have hosted a website on AWS EC2 instance along with MongoDB database. But, taking backups of the database manually is time-consuming.

So I wants to automate taking database Backup continuously without getting bogged down in different backup and failure scenarios in MongoDB database systems. So, we want to create effective Automatic
MongoDB backup Method. Any help?

give me guides how to start the project

Try AWS EBS volume snapshot APIs.

1 Like