Tag : backup database
In this article I am going to explain you how you can generate scheduled database backup and upload it to google drive using Node.js and Google apis. We will use MongoDB as database to backup and will use Google Cloud to create Service Account. I am assuming that you might have knowledge about mongodump command and…