You are not logged in.

#1 2012-08-01 02:25:40

cmtptr
Member
Registered: 2008-09-01
Posts: 135

decentralized distributed p2p filesystem driver - does it exist?

For over a year my home server's "backup" has been a "mount; cp -l; rsync; umount" script kicked off from cron to create a nightly incremental backup saved on an external drive.  This is nice because the implementation is very simple and it gives me the feature of being able to roll back or peek at historical copies of files at very little cost to disk space.

The problem is that it sits two feet from my machine, so there's absolutely no protection whatsoever from fires, tornados, nuclear holocaust, Godzilla, or anything else that could potentially wipe out everything in my apartment all at once.  I started Googling for free online storage solutions when I found SymForm and Tahoe-LAFS.  This is the first exposure I've had to the concept of distributed peer-to-peer filesystems (but SymForm is not yet available for Linux, and Tahoe-LAFS is not decentralized).

So then I started thinking: From what I've read about these, I'm not totally happy with how they're implemented.  What would be AWESOME is if they were implemented as a filesystem driver.  I could simply create a partition, mount it with the right options (put it in fstab!), and when I access the filesystem I'm actually accessing my distributed/clouded data.  Meanwhile, what's actually written to the disk on that partition is the encrypted, fragmented data uploaded by everyone else.  Then my backup script doesn't change; I just point it to the directory where my distributed filesystem is mounted, and it would "cp -l; rsync" as usual.

So, does this exist?  Is there something at least close to what I described?  The closest I've found is Tahoe-LAFS, using its ssh interface to mount it using FUSE sshfs.  However, I don't like that Tahoe-LAFS is not decentrialized.  The website talks a lot about creating a grid with my friends.  I don't have any friends, and even if I did I would still prefer to have my data strewn across thousands of machines all over the planet, so that's not an option for me!

Offline

#2 2012-08-01 04:33:53

joshdmiller
Member
From: California
Registered: 2010-04-25
Posts: 51
Website

Re: decentralized distributed p2p filesystem driver - does it exist?

You could do this with Amazon S3. There is a FUSE-based driver called s3fs that is available in the AUR. With S3, your data is stored redundantly. S3 is not a typical filesystem, so there are some limitations, but you can rsync to it using s3fs.

In theory, you can also sync an rsync'd folder to both Dropbox and Ubuntu One, but I can't vouch for these.

Offline

#3 2013-01-31 20:03:12

TedP
Member
From: Cincinnati, OH
Registered: 2010-02-08
Posts: 2
Website

Re: decentralized distributed p2p filesystem driver - does it exist?

Update: SymForm now has a Linux beta. 32-bit and 64-bit RPM's and DEB's are available for download. Maybe someone should create an AUR for them...

Offline

#4 2013-01-31 20:14:45

chris_l
Member
Registered: 2010-12-01
Posts: 390

Re: decentralized distributed p2p filesystem driver - does it exist?

So, if SymForm had a fuse driver, that would complish your requirements?


"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.

Offline

Board footer

Powered by FluxBB