AWS glacier multipart uploader

Recently I was finding the cloud for keeping backup of my personal data and I was attracted by AWS Glacier prices for data storage. Even the way of presenting price is very attractive: “$0.004 per GB / month” - sounds like almost free. However, I wouldn’t say it is unique price, but anyway it is a good service in some cases and it would be good to have possibility to use it. This article is about personal data storage and my simple application for uploading files to AWS Glacier. Providers

The diagram above compares month prices for storage 2 terabytes of data. The hard disk means just to buy usual hard disks every 5 years. It is seen, that Google has too big price and the rest services are rather cheap.

The question of a choice of backup solution can grow in a big discussion. Actually, there is no one right way of doing it. Personally, I use all of them, but let me share some ideas about AWG Glacier.

AWS Glacier Features

It has many features that are described in the documentation, here I extracted some significant facts from there:

Positive:

Negative:

It doesn’t look like good every-day cloud, but I think it is a good solution for storing long term data. For example, something, that should be passed from one generation to the next one. The copy of very important family data can be encrypted and uploaded to the proper data center, regarding the current politic situation to minimize risk of its destroying because of conflicts and wars.

How to use it

The default way of using AWS Glacier is AWS command line application. However, it is very difficult even upload a file bigger than 100 mb. I tried to found some open source application, that does it for me, but had found almost nothing. I was searching something like this: Glacier multipart uploader. The application should be open source, primitive and well described. It is very important to be sure in such application before giving it access to your important data. As I said, I had found nothing and created it by myself.

The application is a small java program, the last jar can be downloaded here. The brief documentation is in readme file. In short, it can upload files part by part and proceed uploading after failures. It makes possible to work with very big files. Now it can only upload files to the storage, but cannot download them. I would like to have such instrument for downloading files, but now it is to be done.

Finally, the small video example of using AWS uploader. (I’m not pro video blogger yet, so sorry for sound quality)

AWS