Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadeesha/sinkhole
A sinkhole for your archives on AWS Glacier.
https://github.com/nadeesha/sinkhole
Last synced: 4 days ago
JSON representation
A sinkhole for your archives on AWS Glacier.
- Host: GitHub
- URL: https://github.com/nadeesha/sinkhole
- Owner: nadeesha
- Created: 2016-04-26T12:42:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T11:23:23.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:10:43.605Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sinkhole
A sinkhole for your archives on AWS Glacier.
![](https://dl.dropboxusercontent.com/u/3240167/sinkhole-demo.gif)
# Why?
Too many times I come across a file/folder that's taking up precious hard drive space, or is.. just.. there.. staring at me.. taunting me.. daring me to delete it. And I'm not sure whether I should delete it or not.
In the presence of ever-failing external hard drives, I'd like to just push it to a low-cost cloud service like AWS Glacier and forget about it.
Enter sinkhole.
# How to use
## Prerequisites
Sinkhole needs an AWS key/secret with Glacier access. After you create a IAM user with this permission, simply
## Install through npm
```sh
npm install sinkhole -g
```## One time configuration
```sh
sinkhole init
```## Upload archive
When you want to send something to Glacier,
```sh
sinkhole upload
```will ask you a couple of questions. If you just select the default values, it will upload the file, insert the file path as the archive description in Glacier, and move the file to trash.
# Todo
- [ ] Support multiple files
- [ ] Support zipping folders
- [ ] Progress bar for uploading files