Automated and scheduled MongoDB backups using CircleCi and Git.
1) Set up the project on CircleCi
2) Fill in environment variables accordingly:
- DUMP_CMD // mongodb://<dbuser>:<dbpassword>@<dbdomain>.mongolab.com:<dbport>/<dbdatabase>
<!-- should not define -o (output directory option) -->
- REPOSITORY_URL // https://github.com/username/repository.git
- email // [email protected]
- name // your-github-username
- sshkey // a:valid:ssh:key:with:read:and:write:rights:to:your:repository
3) Go take a nap !
👤 tutanck
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator