https://github.com/alunduil/muniments
Composable Backup Micro-Services
https://github.com/alunduil/muniments
Last synced: 7 months ago
JSON representation
Composable Backup Micro-Services
- Host: GitHub
- URL: https://github.com/alunduil/muniments
- Owner: alunduil
- License: mit
- Created: 2015-04-21T17:02:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T03:22:17.000Z (over 10 years ago)
- Last Synced: 2025-06-14T04:05:54.591Z (7 months ago)
- Language: Python
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Description
===========
Composable backup micro-services.
A collection of services and utilities that allows one to create a backup system
that is cloud aware and ad-hoc.
Installation
============
This package is provided as a docker image on docker hub and can be run the
standard way::
docker run -a -d -P alunduil/muniments help
This package is also stored in PyPI and can be installed the standard way::
pip install muniments
The latest release available is:
.. image:: https://badge.fury.io/py/muniments.png
:target: http://badge.fury.io/py/muniments
Using Muniments
===============
Usage of this package is documented with sphinx and available at
http://muniments.readthedocs.org/en/latest/
Developing Muniments
====================
If you would prefer to clone this package directly from git or assist with
development, the URL is https://github.com/alunduil/muniments.
Muniments is tested continuously by Travis-CI and running the tests is quite
simple::
flake8
nosetests
The current status of the build is:
.. image:: https://secure.travis-ci.org/alunduil/muniments.png?branch=master
:target: http://travis-ci.org/alunduil/muniments
Authors
=======
* Alex Brandt
Known Issues
============
Known issues can be found in the github issue list at
https://github.com/alunduil/muniments/issues.
Troubleshooting
===============
If you need to troubleshoot an issue or submit information in a bug report, we
recommend obtaining the logs while running the service in question with
debugging enabled.