marathon-md

0.1.1 • Public • Published

marathon-md

About

Description

A marathon application backup and restoration utility

Author

Getting Started

Installing

Run npm install -g marathon-md to install marathon-md, and put it in your PATH.

Usage & Examples

marathon-md --help can be used for a comprehensive list of available commands and options. Below are two simple storage / restoration examples.

Storing

marathon-md s3-store --access-key-id AWS_ACCESS_KEY_ID --secret-access-key AWS_SECRET_ACCESS_KEY --marathon http://my.marathon.server --prefix us-east-1/production --bucket marathon-md

Restoring

marathon-md s3-restore --access-key-id AWS_ACCESS_KEY_ID --secret-access-key AWS_SECRET_ACCESS_KEY --marathon http://my.marathon.server --prefix us-east-1/production --bucket marathon-md

Under the Hood

Available Persistence Layers

  • S3

Contributing

Please feel free to contribute by opening issues and creating pull requests!

Package Sidebar

Install

npm i marathon-md

Weekly Downloads

1

Version

0.1.1

License

GPLv2

Last publish

Collaborators

  • normanjoyner