For those of an Ubuntu persuasion looking to use s3backer for bulk storage but not wanting to compile stuff, I've created an updated PPA of the latest source distribution (1.3.1):
https://launchpad.net/~rtucker/+archive/s3backer
If you're using lucid (10.04 LTS), just:
Code:
sudo add-apt-repository ppa:rtucker/s3backer
Or, if you're using hardy (8.04 LTS), add this to your sources.list:
Code:
deb http://ppa.launchpad.net/rtucker/s3backer/ubuntu hardy main
deb-src http://ppa.launchpad.net/rtucker/s3backer/ubuntu hardy main
Once you've done either of the above, simply update and install as per usual:
Code:
sudo apt-get update
sudo apt-get install s3backer
You can then follow the nice instructions at
this URL to create a 1 TB ReiserFS filesystem, adjusting parameters to taste. If you're using something other than hardy/lucid, let me know and I can wave a chicken accordingly.
No warranty, if it breaks you get to keep both halves, I may or may not update it if I hear of a new release, etc. I haven't actually done any performance testing with it yet, but I'm thinking of ways to do that.