Documentation for Magic Folder.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2015-12-28 19:28:26 +00:00 committed by Brian Warner
parent 9c9a4e7aa2
commit a7c50b104e
2 changed files with 7 additions and 8 deletions

View File

@ -76,7 +76,7 @@ Client/server nodes provide one or more of the following services:
* web-API service
* SFTP service
* FTP service
* drop-upload service
* Magic Folder service
* helper service
* storage service.
@ -459,12 +459,11 @@ SFTP, FTP
for instructions on configuring these services, and the ``[sftpd]`` and
``[ftpd]`` sections of ``tahoe.cfg``.
Drop-Upload
Magic Folder
As of Tahoe-LAFS v1.9.0, a node running on Linux or Windows can be
configured to automatically upload files that are created or
changed in a specified local directory. See
:doc:`frontends/drop-upload` for details.
A node running on Linux or Windows can be configured to automatically
upload files that are created or changed in a specified local directory.
See :doc:`frontends/magic-folder` for details.
Storage Server Configuration

View File

@ -37,7 +37,7 @@ Linux
Install ``git`` from your distribution's package manager.
Then run these commands::
git clone -b 2438.magic-folder-stable.5 https://github.com/tahoe-lafs/tahoe-lafs.git
git clone -b 2438.magic-folder-stable.8 https://github.com/tahoe-lafs/tahoe-lafs.git
cd tahoe-lafs
python setup.py test
@ -223,7 +223,7 @@ other directory will be renamed to a filename ending in ``.backup``.
Deleting a directory will have no effect.
For other known issues and limitations, see
https://github.com/tahoe-lafs/tahoe-lafs/blob/2438.magic-folder-stable.5/docs/frontends/magic-folder.rst#known-issues-and-limitations
https://github.com/tahoe-lafs/tahoe-lafs/blob/2438.magic-folder-stable.8/docs/frontends/magic-folder.rst#known-issues-and-limitations
As mentioned earlier, it is also possible to run the nodes on
different machines, to synchronize between three or more clients,