Changes between Version 17 and Version 18 of FAQ
- Timestamp:
- 2010-04-21T17:10:10Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v17 v18 1 1 Q: What is special about Tahoe-LAFS? Why should anyone care about it instead of [http://allmydata.org/trac/tahoe/wiki/RelatedProjects#OtherProjects other distributed storage systems]? 2 2 3 A1: Tahoe-LAFS is the first Free Software/Open Source storage technology which offers ''provider-independent security''. ''Provider-independent security'' means that the integrity and confidentiality of your files is guaranteed by mathematics computed on the client side, and is independent of the servers, which may be owned and operated by someone else. To learn more, read [http://allmydata.org/source/tahoe/trunk/docs/about.html our one-page explanation].3 A1: Tahoe-LAFS is the first Free !Software/Open Source storage technology which offers ''provider-independent security''. ''Provider-independent security'' means that the integrity and confidentiality of your files is guaranteed by mathematics computed on the client side, and is independent of the servers, which may be owned and operated by someone else. To learn more, read [http://allmydata.org/source/tahoe/trunk/docs/about.html our one-page explanation]. 4 4 5 5 A2: Tahoe-LAFS is an extremely reliable, distributed, fault-tolerant storage system. Even if you do not need its security properties, you might want to use Tahoe-LAFS as a very robust and flexible storage platform. (Tahoe-LAFS's security features do an excellent job of staying out of your way when you don't need them.) … … 28 28 1. Get the installer from allmydata.com. This installer installs Tahoe-LAFS, a Windows virtual drive backed by Tahoe-LAFS, and a backup client that runs on Windows. It is configured to use the allmydata.com production grid. Allmydata.com charges a monthly fee for the use of their grid (see http://allmydata.com for details), or you can edit the configuration file to point it to a different grid. 29 29 or else 30 2. Follow these instructions to build on Windows: InstallOnWindows.30 2. Follow [http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html the standard quickstart instructions] to get Tahoe-LAFS running on Windows. 31 31 32 32 Q. Does Tahoe-LAFS work on Mac OS X? 33 33 34 A: Yes. Follow [http:// allmydata.org/source/tahoe-lafs/trunk/docs/install.html the standard installinstructions] on Mac OS X and it will result in a working command-line tool on Mac OS X just as it does on other Unixes. (This includes the Web User Interface, or "WUI". See the instructions for details.) In addition there is code to generate executables and .dmg packages, but this code is not currently working (as of Tahoe-LAFS v1.6.1). See the "mac" targets [source:Makefile@#L440 in the Makefile].34 A: Yes. Follow [http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html the standard quickstart instructions] on Mac OS X and it will result in a working command-line tool on Mac OS X just as it does on other Unixes. (This includes the Web User Interface, or "WUI". See the instructions for details.) In addition there is code to generate executables and .dmg packages, but this code is not currently working (as of Tahoe-LAFS v1.6.1). See the "mac" targets [source:Makefile@#L440 in the Makefile].