Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pcfens/glacierbackup
- Owner: pcfens
- Created: 2012-09-02T04:35:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T22:20:32.000Z (almost 12 years ago)
- Last Synced: 2024-10-26T22:15:52.115Z (3 months ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.