Sha256: 9cffc9362f3268b83f9138ba72df33bbc09a898c322190f7782fbc18cea2daaa

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

# mite-backup

Simple command-line tool for downloading a backup in XML of your [mite](http://mite.yo.lk/en).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 -h

## BlaBla

Copyright (c) 2011-2012 [Yolk](http://yo.lk/) Sebastian Munz & Julia Soergel GbR

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mite-backup-0.3.0 README.md
mite-backup-0.2.0 README.md
mite-backup-0.1.3 README.md