0.0
Low commit activity in last 3 years
No release in over a year
Download a backup of your mite.account from the command-line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

mite-backup

Gem Version

Simple command-line tool for downloading a backup in XML of your mite.account.

Installation

gem install mite-backup

Usage

mite-backup -a [ACCOUNT-SUBDOMAIN] -e [EMAIL] -p [PASSWORD]

This will output the backup file in XML to the prompt. You propably want to pipe it into an file:

mite-backup -a [ACCOUNT-SUBDOMAIN] -e [EMAIL] -p [PASSWORD] > my_backup_file.xml

For further instructions run

mite-backup --help

BlaBla

Copyright (c) 2011-2023 mite GmbH

Beyond that, the implementation is licensed under the MIT License.