Skip to content

specialkevin/inexcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inexcess: A New Sensation for Backups.

inexcess is a python backup utility that stores all backup files and revisions in GridFS.

INXS

REQUIREMENTS

  • MongoDB
  • PyMongo

FEATURES

  • Backup up specified local directories into GridFS

Installation

pip install git+git://github.com/specialkevin/inexcess.git

Setup

Edit the configuration file (/etc/inexcess.conf.example) to suit your needs and then copy to remove the example.

cp /etc/inexcess.conf.example /etc/inexcess.conf

Future Features

  • Revisioning
  • Limiting Number of Backups
  • Backup Remote Locations via Fabric
  • Restore files instead of using Mongo tools (i.e. mongofiles)

About

A backup utility that uses MongoDB/GridFS on the backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages