SQL, NoSQL and file backup
This backup script uses subprocess to take backup of sql, nosql and files.
- SQL databases [currently supports mysql and mariadb]
- NoSQL databases [Currently supports mongodb]
- Files / Directories using rsync
- Backup Restore
- Seperate structure backup for SQL
- Adding other SQL engines like Postgre SQL, Oracle, MS SQL, IBM DB2, IBM Informix, Teradata
- Adding other NoSQL engines like Redis, Memcached, Terrastore, Neo4j [This list may not be done]
- Adding Dropbox, Box, google drive, MS one drive, etc. support to take backup of files and database.
- Adding Google photos, flickr, moments support to backup media content
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- @srahul07