added lafs-backup-tool

[Imported from Trac: page RelatedProjects, version 99]
mk.fg 2013-04-20 05:57:14 +00:00
parent def3474d41
commit 1b84cc5186

@ -12,6 +12,7 @@ There are several projects to extend Tahoe-LAFS or integrate it with other tools
* [FUSE interface](https://github.com/keiichishima/tahoefs/commits/master/) in C by Keiichi Shima ; docs say that it is read-only for now (See also the FAQ [Can I access files stored in Tahoe-LAFS via FUSE?](FAQ#Q23_FUSE).)
* [tahoe-tools](https://github.com/joepie91/tahoe-tools), a set of assorted tools for working with Tahoe-LAFS grids. Includes a PHP-based frontend for repairing files, a rudimentary read-only gateway (with URL generator), a remote Tahoe-LAFS setup script, and upload shellscript. Everything is a bit dated, but will be (partially) updated soon.
* [pytahoe](https://github.com/joepie91/pytahoe), a Python module for working with a Tahoe-LAFS web API from within Python applications. Fairly limited and read-only, but has the basics.
* [lafs-backup-tool](https://github.com/mk-fg/lafs-backup-tool) -- another alternative tool to backup files to Tahoe-LAFS grid.
Other tools can use Tahoe-LAFS:
* [duplicity](http://duplicity.nongnu.org) has a Tahoe-LAFS backend (thanks originally to François Deppierraz)