Git Product home page Git Product logo

snapbackup-1's Introduction

SnapBackup

Summary

SnapBackup is a very lightweight backup framework designed from the ground up for simplicity and ease of extension and deployment. The codebase is kept very small on purpose and you should be able to start backing up filesystem, database, application and server data in only a few minutes.

Because SnapBackup is so modular, it is completely language agnostic and anyone with moderate programming skills can create new backup targets and storage connectors.

SnapBackup is still very much alpha software, but it has been in use in production on several servers that I manage for over a year. Expect things to change.

SnapBackup is only compatible with Linux at this time. OSX support should be coming in the future.

Quick Start

By default, SnapBackup is configured to use Amazon's S3 service as it's configured storage connector. The connector uses the following ENV variables for it's configuration:

  • S3_BUCKET_NAME
  • AMAZON_ACCESS_KEY_ID
  • AMAZON_SECRET_ACCESS_KEY

Those should be set up in the config.sh file.

Once those variables are set up, you must enable policies. At the time of this writing, backup policies are stored in the policies directory in the same directory as the snapbackup executable. Example policies are stored in the policies-available directory. By symlinking policies into the policies directory, that enables them.

To run SnapBackup, execute the following as root:

./snapbackup

About

SnapBackup is written by Spike Grobstein [email protected]
http://github.com/spikegrobstein/snapbackup
http://spike.grobste.in
http://sadistech.com

snapbackup-1's People

Contributors

spikegrobstein avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.