Simple tool to backup Marathon application configurations via REST API.
go get github.com/mesanine/mbt
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.
mbt --endpoint=http://localhost:8080 --user admin:admin backup ./my-backup-path
mbt --endpoint=http://localhost:8080 --user admin:admin restore ./my-restore-path
* tar/gzip backup files
* remote save / restore path