Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcfens/glacierbackup

A simple script to backup a folder (or folders) to Amazon Glacier
https://github.com/pcfens/glacierbackup

Last synced: about 2 months ago
JSON representation

A simple script to backup a folder (or folders) to Amazon Glacier

Awesome Lists containing this project

README

        

# GlacierBackup

A Python script to backup folders to
[Amazon Glacier](http://aws.amazon.com/glacier/).

## Usage

Run `python glacierBackup.py --help` for full usage details.

## Dependencies

This project uses [paulengstler's glacier library](http://paulengstler.github.com/glacier/) to make calls to AWS

## Coming Soon

A simpler, more straight-forward method of fetching data and keeping track of jobs. Pull requests are welcome.