Search Wiki:

JunglediskSnapIn


A Powershell implementation of Jungledisk which uses the Amazon S3 storage services. This is ideal for making automated backups to Jungledisk (http://www.jungledisk.com/).



Amazon Simple Storage Service (Amazon S3)
Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.
http://www.amazon.com/S3-AWS-home-page-Money/b/refsc_fe_l_2/103-3185670-0049444?ieUTF8&node16427261&no3435361&meA36L942TSJ2AJA

Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers.

Pricing of Amazon S3
Pay only for what you use. There is no minimum fee, and no start-up cost.
$0.15 per GB-Month of storage used.
$0.20 per GB of data transferred.

News
  • 01/05/2007 - Beta version of s3disk.net released. Register at http://s3disk.net/. This beta version allows you to access your Amazon S3 storage from everywhere.
  • 02/01/2007 - Beta version of the JunglediskSnapIn released.

Installation
Download and install Microsoft .NET Framework 2.0 and Powershell http://support.microsoft.com/kb/926140.

Install the snapin using the command:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe JunglediskSnapIn.dll

Features
The following features are currently implemented. Please use the forum and issue tracker to request new features.

  • Create buckets (create-bucket)
  • Delete buckets (delete-bucket)
  • List all buckets (list-allmybuckets)
  • List bucket contents bucket (list-bucket)
  • Put bucketobject (put-bucketobject)
  • Get bucketobject (get-bucketobject)

Usage

Last edited Jan 6 2007 at 2:58 PM  by rverhoef, version 16
Comments
No comments yet.

Updating...