S3 Sync v4 Supports Restore from Glacier

by Anton on January 24, 2013

S3 Sync version 4 has been released. The latest version supports downloading files that have been moved to the Glacier storage class. Amazon Glacier is a file archiving service. Storing a file in Glacier costs 1/10th the cost of storing it in S3. The drawback of Glacier is that if you want to retrieve a file you need to put in a request and wait up to 5 hours before the file becomes available. 

You can use a S3 lifecycle policy to move files from S3 to Glacier. Create a S3 lifecycle policy through Amazon’s AWS Management Console web application.  When creating a lifecycle policy you can set the number of days before a file on S3 is moved to Glacier. Amazon does the work of monitoring this policy and moving files when required.

When a file is moved to Glacier it can no longer be downloaded through the Internet. It needs to be restored before it can be retrieved. The latest S3 Sync can detect if your files are on the Glacier storage class and it makes a request to restore them if required. The application waits until the restore is complete then downloads the files.

Glacier is great for backing up large files that you do not need immediate access to. For example backing up videos on S3 is expensive because the files are large. You usually only need to retrieve the files if your local copy is lost. When you store the files on Glacier the cost is low and the files can be available within few hours.

Try the latest version of S3 Sync and see how easy it is to restore files from Glacier.

{ 0 comments }

SprightlySoft Releases Glacier Sync

by Anton on December 19, 2012

SprightlySoft is pleased to announce the release of Glacier Sync. Glacier Sync is a Windows application that allows you to synchronize a folder on your computer with a vault on Amazon Glacier.

Amazon Glacier is an extremely inexpensive file archiving service. It is designed to store files for a long period of time where the files are accessed infrequently. It is great for backing up important files such as family pictures, tax receipts, your music collection, videos, and documents. By storing files on Glacier you have the piece of mind that your files will be available if they are ever needed.

Backing up files is important because once a file is lost, the information is gone forever. Hard drive failures are common and it is expensive to recover data. Backing up data to another computer is good, but if the other computer is in the same location your data may not be safe. A fire can destroy all the computers or a thief may steal the computers. A better solution is to back up your files to another location.

SprightlySoft Glacier Sync makes it easy to upload your important files to Amazon Glacier. Use the wizard to enter your information and start an upload. The application can be run from the command line which makes it easy to run automatically as a scheduled task. The application also has advanced features such as excluding certain files, creating a log file, and sending an email on completion.

To learn more and download Glacier Sync visit http://sprightlysoft.com/GlacierSync/.

{ 0 comments }

Uploading Files to S3 with Plupload and ASP.NET

November 16, 2012

Plupload is a component that makes it easy to upload files through a web browser. When you add Plupload  to a web page, users can select multiple files to upload and users can see the progress while an upload is taking place. To read more about Plupload see http://www.plupload.com/. Plupload can be configured to upload files to [...]

Read the full article →

S3 Sync Now Supports AWS GovCloud, GreenQloud, and Seeweb

May 11, 2012

SprightlySoft is pleased to announce S3 Sync now supports Amzon’s AWS GovCloud service. GovCloud provides compute and storage services for US government agencies. Data in this environment is segregated and complies with specific requirements for hosting government information.  To read more about GovCloud see http://aws.amazon.com/govcloud-us/. To use S3 Sync with GovCloud you must first have a [...]

Read the full article →

SprightlySoft Releases S3 Delete

May 17, 2011

SprightlySoft is pleased to announce the release of S3 Delete. S3 Delete is a command line program that allows Windows users to delete files from Amazon S3. Amazon S3 is a web service that allows you to store and retrieve files. You can upload as many files you’d like and they can be made available [...]

Read the full article →

Amazon Simple Notification Service Script

April 18, 2011

Amazon Simple Notification Service (SNS) is a web service that allows you to notify distributed applications by pushing a message to them. Say you have an application that runs on many servers. In a traditional application the computers would continually poll a queue or database looking for a job to process. Many computers continually polling [...]

Read the full article →

SprightlySoft AWS Component Source Code Now Available

March 25, 2011

The source code for the SprightlySoft AWS Component is now available to download.  The AWS Component allows Microsoft developers to quickly build applications that interact with Amazon Web Services.  It supports all services offered by Amazon and includes sample code so you can see how to implement functions you need. You may want a copy of the [...]

Read the full article →

SprightlySoft Releases S3 Upload

March 21, 2011

SprightlySoft is pleased to announce the release of S3 Upload.  S3 Upload is a command line program for Windows that allows you to upload a file to Amazon S3. Amazon S3 is a web service that allows you to store and retrieve files.  There is no upfront cost for using the service and you only pay [...]

Read the full article →

Amazon Endorses the SprightlySoft AWS Component

March 9, 2011

SprightlySoft is pleased to announce that Amazon has recommended the SprightlySoft AWS Component for .NET to developers looking to interact with Amazon Route 53.  The endorsement is included in the Amazon Route 53 Getting Started Guide.  See http://docs.amazonwebservices.com/Route53/latest/GettingStartedGuide/WhereGoFromHere.html for details. Amazon Route 53 is a scalable Domain Name System (DNS) web service.  You would use [...]

Read the full article →

Amazon S3 Multipart Uploads

December 30, 2010

Sample code for Amazon S3 multipart uploads has been added to the SprightlySoft AWS Component for .NET.  Multipart uploads is a new feature in S3 that allows you to upload a file in parts.  When all the parts have been uploaded you tell S3 to reassemble all the parts into the original file.  Some of [...]

Read the full article →