Sha256: 67a3e3c576909897e905f2586cdbb71ef1a5b7506f260524c2a6f29ab3853df9

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 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] -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] -e [EMAIL] -p [PASSWORD] > my_backup_file.xml

For further instructions run

    mite-backup -h
    

## BlaBla

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mite-backup-0.1.0 README.md
mite-backup-0.0.2 README.md