Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic

Best Amazon S3 solution?
Duplicity  50%  [ 9 ]
s3fs  33%  [ 6 ]
s3cmd  0%  [ 0 ]
other  17%  [ 3 ]
Total votes : 18
Author Message
 Post subject: Best Amazon S3 solution?
PostPosted: Mon Feb 02, 2009 4:36 pm 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
Hi,

I'm evaluating the best/optimal solution to use Amazon S3:

- Duplicity
- s3fs
- s3cmd
- other

I'm testing Duplicity and it looks good!
Functional, secure, and fast ... but I would like to browse the files too :(, so I think I'll evaluate the others.

What do you prefer?


Top
   
 Post subject:
PostPosted: Tue Feb 03, 2009 8:33 am 
Offline
Senior Member

Joined: Mon Feb 28, 2005 7:21 pm
Posts: 76
You might want to specify which "s3fs" you mean, there are at least 3 :)

We've used Jungle Disk some, and it may have all the features you seek (although it's commercial software).

When considering the "Best S3" solution, I'd make a distinction between backups and online "cheaper space." Obviously duplicity's forte is backups. Perhaps s3fs-FuseOverAmazon would be stronger for space due to its local cache (and lack of a built-in backup mechanism--but you could write to it with duplicity or perhaps rdiff-backup).

Edit: Wow, a new version of duplicity released yesterday--great to see the project becoming more active again. http://duplicity.nongnu.org/


Top
   
 Post subject:
PostPosted: Tue Feb 03, 2009 10:07 am 
Offline
Senior Member

Joined: Wed Jan 21, 2009 7:13 pm
Posts: 126
Location: Portugal
You're right!

s3fs = http://code.google.com/p/s3fs/wiki/FuseOverAmazon

At this time I was looking for opensource software.

I'm very pleasant with duplicity! Fast and Secure!
Yesterday I've tested s3fs and everything works smoothly and I can have the benefit of browsing files, but I lose security.


Top
   
 Post subject:
PostPosted: Tue Feb 03, 2009 1:19 pm 
Offline
Senior Member

Joined: Tue Aug 12, 2008 8:41 am
Posts: 56
I use duplicity with my own wrapper for ease of use. I miss being able to simply browse through the backups but that's offset by the fact that the data is encrypted so it's safe from any possible prying eyes and you can do incremental backups. It also helps that you can restore a specific path from a backup.


Top
   
 Post subject:
PostPosted: Wed Feb 04, 2009 12:33 am 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
At least for me, s3fs performance is pretty dismal....

Code:
$ time dd if=/dev/zero of=/s3/test.20m bs=1024 count=20480
20480+0 records in
20480+0 records out
20971520 bytes (21 MB) copied, 76.7342 s, 273 kB/s

real    1m17.972s
user    0m0.015s
sys     0m0.172s

$ time cp /s3/test.20m ~

real    1m0.458s
user    0m0.000s
sys     0m0.045s


So, 273KB/s upload, 346KB/s download. Not a problem for a backup solution, but a pain in the *** when I'm actually trying to read one of my files. 346KB/s doesn't even max out a DSL modem! No, I did not use a DSL modem for this test. It was run on my linode in Fremont which apparently has lots of bandwidth available to it. And I'm using the latest version of s3fs.

If anyone's got a nice little trick to improve this situation, please let me know.


Top
   
PostPosted: Fri Feb 06, 2009 5:22 am 
Offline

Joined: Fri Feb 06, 2009 5:18 am
Posts: 1
If you were on Windows I would suggest CloudBerry Explorer freeware with its PowerShell command interface. line interface to work with Amazon S3 http://cloudberrylab.com/


Top
   
 Post subject:
PostPosted: Sat Apr 18, 2009 10:28 am 
Offline
Junior Member

Joined: Thu Feb 05, 2009 12:48 pm
Posts: 24
Anyone serve s3fs (with cache) data from their docroot with apache or nginx? I tried this with no luck.Seems like it could be a great option as a global NAS and load balanced pool of web/app servers.


Top
   
 Post subject:
PostPosted: Sun Apr 19, 2009 6:52 pm 
Offline
Senior Member

Joined: Thu Apr 03, 2008 12:02 am
Posts: 103
AOL: derole
why not serve directly from s3 instead of going through your webserver ?
should save you bandwith & latency..


Top
   
 Post subject:
PostPosted: Sun Apr 19, 2009 7:34 pm 
Offline
Senior Member
User avatar

Joined: Fri Jan 02, 2009 11:31 am
Posts: 141
Website: http://faroutscience.com
Location: Texas / Kansas
I like the Firefox S3 Organizer add on.

Jeff


Top
   
 Post subject:
PostPosted: Sun Apr 19, 2009 9:47 pm 
Offline
Junior Member

Joined: Thu Feb 05, 2009 12:48 pm
Posts: 24
I'm not just talking about static content. Php and entire your entire website directories so you can run the same exaxt code base from multpile web servers and not have to rsync and backup your data.

So your docroot can put to s3fs on each app server


Top
   
PostPosted: Mon Apr 20, 2009 5:18 pm 
Offline
Junior Member
User avatar

Joined: Thu Sep 11, 2008 6:46 pm
Posts: 36
Website: http://www.classhelper.org
Location: Atlanta, GA
Quote:
and not have to rsync and backup your data

Regardless of which provider(s) I were using to host my content, no matter how redundant their systems were, I'd still back everything up daily.

_________________
Educational resources for parents and teachers: http://www.ClassHelper.org


Top
   
 Post subject:
PostPosted: Tue Nov 10, 2009 8:16 pm 
Offline
Senior Member

Joined: Mon Jun 16, 2008 6:33 pm
Posts: 151
hybinet wrote:
At least for me, s3fs performance is pretty dismal... <snip>
If anyone's got a nice little trick to improve this situation, please let me know.

hybinet, did you ever manage to improve this ?

I'm looking at a similar setup with s3 (or fuse via rsync.net -- ouch, pricey), but ~ 300 kB/s will sink it before it's even begun :)


Top
   
 Post subject:
PostPosted: Wed Nov 11, 2009 1:16 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
@mjrich

Nope. I found s3fs simply too slow to be a replacement for SSHFS or NFS. Too much latency, too small bandwidth, and too much REST overhead.

It ain't exactly cheap, either, when you factor in all the costs of upload, download, storage, and per-transaction fees.


Top
   
 Post subject:
PostPosted: Wed Nov 11, 2009 4:38 pm 
Offline
Senior Member

Joined: Mon Jun 16, 2008 6:33 pm
Posts: 151
@hybinet

Drat! Back to the other options then.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group