<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-24834147</id><updated>2011-12-14T19:16:07.633-08:00</updated><title type='text'>s3backup</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://s3backup.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24834147/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://s3backup.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>stevedp</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-24834147.post-115275104506969540</id><published>2006-07-12T17:37:00.000-07:00</published><updated>2006-07-12T17:37:25.133-07:00</updated><title type='text'></title><content type='html'>test it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/24834147-115275104506969540?l=s3backup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://s3backup.blogspot.com/feeds/115275104506969540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24834147&amp;postID=115275104506969540' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24834147/posts/default/115275104506969540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24834147/posts/default/115275104506969540'/><link rel='alternate' type='text/html' href='http://s3backup.blogspot.com/2006/07/test-it.html' title=''/><author><name>stevedp</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24834147.post-114346864224175218</id><published>2006-03-27T06:01:00.000-08:00</published><updated>2006-03-27T09:55:36.673-08:00</updated><title type='text'>Backup your files on S3</title><content type='html'>S3backup is a simple command line tool (for windows and linux) to backup your files on Amazon's S3 service.  All you need to use it is a pair of access key's which you get when you &lt;a href="https://aws-portal.amazon.com/gp/aws/developer/subscription/index.html/102-8128525-7248905?%5Fencoding=UTF8&amp;serviceID=8&amp;amp;servicePlanID=6"&gt;signup&lt;/a&gt; to use the service.&lt;br /&gt;&lt;br /&gt;Once you have those just plop them in the &lt;span style="font-weight: bold;"&gt;config.rb &lt;/span&gt;file (either in the same directory as s3backup or in your home dir) and you're good to go.&lt;br /&gt;&lt;br /&gt;It's really rough right now, but it works.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;- windows: &lt;a href="http://s3.amazonaws.com/s3backup/s3backup.zip"&gt;http://s3.amazonaws.com/s3backup/s3backup.zip&lt;/a&gt;&lt;br /&gt;- linux: &lt;a href="http://s3.amazonaws.com/s3backup/s3backup.tar.gz"&gt;http://s3.amazonaws.com/s3backup/s3backup.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;While you're at it why not &lt;a href="http://digg.com/software/Backup_your_files_to_Amazon_s_S3_with_S3backup"&gt;DIGG&lt;/a&gt; it&lt;br /&gt;&lt;br /&gt;Here's how to use it:&lt;br /&gt;&lt;br /&gt;To incrementally backup c:\documents and settings\me\my documents\important code :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;s3backup.exe backup --path "c:\documents and settings\me\my documents\important code" --virtual-directory "important code" --incremental&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To restore that same directory to c:\important code restored :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;s3backup.exe restore --path "c:\important code restored" --virtual-directory "important code"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can use &lt;span style="font-family:courier new;"&gt;--incremental &lt;/span&gt;on a restore also if you only want to get files that don't match the version currently stored on S3, for example if you wanted to sync your files onto another computer.&lt;br /&gt;&lt;br /&gt;When doing an incremental backup after you have deleted files from the directory you are backing up, the deleted files will be left on S3 but marked as deleted.  When restoring you can get the deleted files as well by using &lt;span style="font-family:courier new;"&gt;--restore-deleted&lt;/span&gt;.  And you can remove files marked as deleted from S3 with:&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;s3backup.exe clean --virtual-directory "virtual dir"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;s3backup is written in ruby and executablized with &lt;a href="http://www.erikveen.dds.nl/distributingrubyapplications/index.html"&gt;erik veenstra's&lt;/a&gt; scripts&lt;br /&gt;&lt;br /&gt;** Notes **&lt;br /&gt;&lt;ul&gt;&lt;li&gt;You cannot run two backup scripts at the same time.  The script writes out a file table to S3 at the end of the backup, so the last script running will win and clobber the other's changes.&lt;/li&gt;&lt;li&gt;Please leave any bugs or problems you find as comments&lt;/li&gt;&lt;li&gt;I will be posting the source soon, once I have made a few improvements&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/24834147-114346864224175218?l=s3backup.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://s3backup.blogspot.com/feeds/114346864224175218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24834147&amp;postID=114346864224175218' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24834147/posts/default/114346864224175218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24834147/posts/default/114346864224175218'/><link rel='alternate' type='text/html' href='http://s3backup.blogspot.com/2006/03/backup-your-files-on-s3.html' title='Backup your files on S3'/><author><name>stevedp</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
