Skip to content

octopi-labs/arkstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup Script

arkstore

SQL, NoSQL and file backup

This backup script uses subprocess to take backup of sql, nosql and files.

This Backup Script is to take backup of following things:

  • SQL databases [currently supports mysql and mariadb]
  • NoSQL databases [Currently supports mongodb]
  • Files / Directories using rsync

Pending Stuff

  • 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

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • @srahul07

Originally written

Vadim Gusev

Future

Refer