I need a daily backup of all MongoDB databases in our single-instance server (without stopping the MongoDB service). Our server is in Rackspace so I'm wondering if a valid strategy could be just add all the database files (files in dbpath) to our automatic backup.
I've considered another options as well, but this will save us a lot of time and seems simpler and easier. The question is: is this solution reliable?