This was in 2016 and some things may have changed but I used to have a CRON script running that did something like mongodump -d DB_NAME -o OUTPUT_LOCATION then zipped it and uploaded it to a dedicated Dropbox using their API.
Restoring was just downloading whichever timestamp zip you wanted and loading it into mongodb.
Haven't tried any of those paid plans and this was a self-hosted mongodb so may be different :).
This was in 2016 and some things may have changed but I used to have a CRON script running that did something like
mongodump -d DB_NAME -o OUTPUT_LOCATIONthen zipped it and uploaded it to a dedicated Dropbox using their API.Restoring was just downloading whichever timestamp zip you wanted and loading it into mongodb.
Haven't tried any of those paid plans and this was a self-hosted mongodb so may be different :).