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?