Tahoe-LAFS-on-S3 questions

Daira Hopwood daira at jacaranda.org
Sat Dec 20 23:25:28 UTC 2014


On 20/12/14 17:27, Tom Simons wrote:
> I've been trying to make better use of my Tahoe-LAFS-on-S3 setup, and have 2 questions:
> 
>     1. How do I upgrade allmydata-tahoe to the latest release?

The latest release is currently v1.10. I don't know whether that release has been
packaged for Fedora. If not, then you can do:

  # if git is not installed:
  # sudo apt-get install git
  git clone -b allmydata-tahoe-1.10.0 https://github.com/tahoe-lafs/tahoe-lafs.git
  cd tahoe-lafs
  python setup.py build
  bin/tahoe --version-and-path

If you want to run the latest master (which is quite stable), then use the following
'git clone' command in place of the one above:

  git clone https://github.com/tahoe-lafs/tahoe-lafs.git

>     2. How can I get access to my data from a 2nd computer? Just copy across .tahoe/*?

That will create a client that has the same tubid as the one on the first computer,
which may cause problems if you use both simultaneously. It's better to do this:

  bin/tahoe create-client
  # copy across ~/.tahoe/private/aliases and ~/.tahoe/tahoe.cfg

-- 
Daira Hopwood ⚥

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20141220/f5c332cc/attachment.pgp>


More information about the tahoe-dev mailing list