Question #170670 on Syncany changed: https://answers.launchpad.net/syncany/+question/170670
Funky Dev posted a new comment: I think tahoe-laft can be accessed as a file system via fuse, sshfs and sftp but as already mentioned it can also be accessed via sftp. So it seems like you could just reuse the local fs plugin rather than rewriting a new one. As a backend to syncany, however, it seems a bit odd to use tahoe as it already implements the front-end functionality of syncany to a large degree (albeit with a fixed backend). I think its even moving towards supporting encrypting and updating files one chunk at a time with MDMF (see e.g. http://tahoe-lafs.org/pipermail/tahoe-dev/2010-April/004292.html Once this is implemented (which I think it almost is) I don't see much point in running syncany over tahoe-lafs (though of course syncany is still much more broadly usable and supports many more backends). On Wed, Sep 28, 2011 at 12:30 PM, ClashTheBunny < [email protected]> wrote: > Question #170670 on Syncany changed: > https://answers.launchpad.net/syncany/+question/170670 > > ClashTheBunny posted a new comment: > I've also been looking into tahoe-lafs. It is my dream backend for > Syncany. > > In > http://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects > there is a hadoop client: > http://code.google.com/p/hadoop-lafs/ > > Which has a Java backend for Tahoe-LAFS in it. I don't do Java quite > yet, but it could be the easiest thing to port. It just uses http > requests and such. > > There is even a TestGrid as they call it where you can try it out (from > 1-20 megs they say...) > > -- > You received this question notification because you are a member of > Syncany Team, which is an answer contact for Syncany. > > -- > Mailing list: https://launchpad.net/~syncany-team > Post to : [email protected] > Unsubscribe : https://launchpad.net/~syncany-team > More help : https://help.launchpad.net/ListHelp > -- You received this question notification because you are a member of Syncany Team, which is an answer contact for Syncany. -- Mailing list: https://launchpad.net/~syncany-team Post to : [email protected] Unsubscribe : https://launchpad.net/~syncany-team More help : https://help.launchpad.net/ListHelp

