Skip to content

leonm/big-ice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Big Ice (Amazon Glacier Command Line Tool)

Big Ice lets you interact with Amazon Glacier from a command line shell. The main goal is to make backing up to Amazon Glacier as easy as possible.

Download

You will need a Java JRE 1.5 later to run Big Ice.

Download the big-ice.jar

Getting Started

All Big Ice commands require an Amazon Access Key and Secret Key. You can get those at your Amazon Security Credentials

Listing All Vaults -

java -jar big-ice.jar <AccessKey> <SecretKey> vaults

Creating a New Vault -

java -jar big-ice.jar <AccessKey> <SecretKey> create <VaultName>

Deleting a Vault -

java -jar big-ice.jar <AccessKey> <SecretKey> delete <VaultName>

List Jobs For a Vault -

java -jar big-ice.jar <AccessKey> <SecretKey> jobs <VaultName>

Backup a File -

java -jar big-ice.jar <AccessKey> <SecretKey> upload <VaultName> <FileToBackup

Contributing

You will need to install Simple Build Tool for Scala to be able to build Big Ice.

Clone on Github and run sbt assembly to package a new big-ice.jar

About

Big Ice (Amazon Glacier Command Line Client)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors