<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/glacierclient/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/glacierclient/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 07 Sep 2012 10:45:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/glacierclient/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Jan-Thomas Czornack</title><link>https://sourceforge.net/p/glacierclient/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -7,6 +7,12 @@
 Glacier is a command line client. You start it with
 
 java -jar glacier.jar
+
+Before you can use the glacier client you have to configure it with the command:
+
+*java -jar glacier.jar configure*
+
+It will ask you for your Amazon AWS access key and secret key. This data will be saved to the file .awscredentials in your home directory. 
 
 If you don't add any arguments it will print out a short help text. Right now it supports 5 commands (put, get, delete, getinv, configure) and 5 options (--vault, --file, --id, --description, --region). The command has to be the first argument, the options can be given in any order.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Thomas Czornack</dc:creator><pubDate>Fri, 07 Sep 2012 10:45:54 -0000</pubDate><guid>https://sourceforge.neta5990b959e6cc2a909c06a2835a58b5db991aa6e</guid></item><item><title>WikiPage Home modified by Jan-Thomas Czornack</title><link>https://sourceforge.net/p/glacierclient/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -48,6 +48,9 @@
 
 **Examples**
 
+** ATTENTION: Downloading archives and inventories from Amazon Glacier takes A LOT OF TIME. You'll probably have to wait 3 to 5 hours before your download even starts!!!**
+
+
 Upload a zip file to vault MyVault on Amazon Glacier:
 
 *java -jar glacier.jar put --vault MyVault --file MyHolidayPictures.zip*
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Thomas Czornack</dc:creator><pubDate>Thu, 06 Sep 2012 18:19:13 -0000</pubDate><guid>https://sourceforge.netdb056430361f2c99b98c8050c760f2eaa1ff7f80</guid></item><item><title>WikiPage Home modified by Jan-Thomas Czornack</title><link>https://sourceforge.net/p/glacierclient/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,58 @@
-Welcome to your wiki!
+**Info about the glacier client**
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+To start the glacier client you need to install Java. You can download it here:
 
-The wiki uses [Markdown](/p/glacierclient/wiki/markdown_syntax/) syntax.
+&lt;http://www.java.com/de/download/&gt;
 
-[[project_admins]]
-[[download_button]]
+Glacier is a command line client. You start it with
+
+java -jar glacier.jar
+
+If you don't add any arguments it will print out a short help text. Right now it supports 5 commands (put, get, delete, getinv, configure) and 5 options (--vault, --file, --id, --description, --region). The command has to be the first argument, the options can be given in any order.
+
+**Commands:**
+
+**put**
+Puts an archive onto amazon glacier. In order to do so it needs at least the options --vault and --file. If no description is given glacier uses the filename as description.
+
+**get**
+Gets an archive from amazon glacier. It needs the options --vault, --id and --file.
+
+**delete**
+Deletes an archive on amazon glacier. It needs the options --vault and --id.
+
+**getinv**
+Retrieves a vaults inventory. It needs the option --vault. If no filename (--file) is given glacier uses &lt;vault&gt;_inventory.txt instead.
+
+**configure**
+Creates the file .awscredentials in your home directrory. You have to enter you amazon aws access key and your secret key. No options needed here.
+
+
+**Options:**
+
+**--vault**
+The amazon glacier vault you want to access.
+
+**--file**
+Filename that is used for put, get or getinv commands. 
+
+**--id**
+Archive id used to get or delete archives.
+
+**--description**
+Description uploaded together with you archive. If no description is given glacier uses the filename of your upload.
+
+**--region**
+Amazon AWS region you use. Default is "us-east-1".
+
+
+**Examples**
+
+Upload a zip file to vault MyVault on Amazon Glacier:
+
+*java -jar glacier.jar put --vault MyVault --file MyHolidayPictures.zip*
+
+Retrieve a vaults inventory:
+
+*java -jar glacier.jar getinv --vault MyVault*
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Thomas Czornack</dc:creator><pubDate>Thu, 06 Sep 2012 17:42:02 -0000</pubDate><guid>https://sourceforge.net9c599fdbaa6d82a3ff3632780dbdb46a4fb5ce96</guid></item><item><title>WikiPage Home modified by Jan-Thomas Czornack</title><link>https://sourceforge.net/p/glacierclient/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/glacierclient/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Thomas Czornack</dc:creator><pubDate>Thu, 06 Sep 2012 15:19:47 -0000</pubDate><guid>https://sourceforge.nete259a32326798c693081e90005488dd58bfa39f8</guid></item></channel></rss>