marathon-bk

command module
v0.0.0-...-73fb770 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2017 License: MIT Imports: 9 Imported by: 0

README

mbt

Simple tool to backup Marathon application configurations via REST API.

Installation
go get github.com/kevinschoon/marathon-bk
Usage
Usage: mbt [OPTIONS] COMMAND [arg...]

Marathon Backup Tool

Options:
  -e, --endpoint="http://localhost:8080"   Marathon endpoint e.g. http://localhost:8080
  -u, --user=""                            HTTP Basic Auth user:password

Commands:
  backup       Backup the given Marathon endpoint
  restore      Restore the given Marathon endpoint

Run 'mbt COMMAND --help' for more information on a command.
Backup
mbt --endpoint=http://localhost:8080 --user admin:admin backup ./my-backup-path
Restore
mbt --endpoint=http://localhost:8080 --user admin:admin restore ./my-restore-path
TODO
* tar/gzip backup files
* remote save / restore path

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL