0

I've been searching for an easy way for backing up an entire database in a simple step in node.js but surprisingly i din't find an easy to use module for this purpose.

The easiest solution I found on the net is using shelljs to run a shell mongodump command.

Is there any other way for making this task easy?

1
  • You wouldn't usually do admin stuff like this through Node - not sure what exactly you want to do through Node. Have a look at Backup Methods. Commented Apr 27, 2015 at 16:29

1 Answer 1

1

If you're thinking about backing up to S3, perhaps this would work? https://github.com/theycallmeswift/node-mongodb-s3-backup

Sign up to request clarification or add additional context in comments.

1 Comment

yes, I saw that solution, interesting, but I am not backing up to S3.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.