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.
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:
Usage of this package is documented with sphinx and available at http://muniments.readthedocs.org/en/latest/
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:
- Alex Brandt <alunduil@alunduil.com>
Known issues can be found in the github issue list at https://github.com/alunduil/muniments/issues.
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.