Picture of Chris Zoellick
Re: Backing up course(s)
by Chris Zoellick - Tuesday, 9 June 2015, 3:42 PM
 

Hi Joannes,

You will definitely need to set up a git remote for this script to work. We use a private git server to post these to. 

 

Regarding the restore, that gets into mongo database administration and I would start with the mongo documentation for your version of mongo. Specifically to restore the dumped data in whole (be careful, you could lose data posted after your last backup) I'd recommend you start with http://docs.mongodb.org/manual/reference/program/mongorestore/.