Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.49 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.49 KB

Welcome to BackupPlease 👋

Version License: ISC Twitter: tutanck

Automated and scheduled MongoDB backups using CircleCi and Git.

Usage

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 !

Author

👤 tutanck

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator