Simple multipart uploader for amazon glacier
npm install node-glacier-uploader!npm
Simple multipart uploader for AWS Glacier
npm install -g node-glacier-uploader
`You have to configure you aws-cli before use via:
`
$ aws configure
`Usage
`
$ glacier upload [options] Options:
-h, --help output usage information
-v, --vault-name Glacier vault name
-r --region AWS Region, default to us-west-2
-c --concurency How much uploads concurently, default = 20
-d, --detail Detailed description of the file
`
Example:
`
glacier upload -v backups -c 10 archive.tar.gz
``