[tahoe-dev] Upload to prod not working from Linux Tahoe?
Brian Warner
warner-tahoe at allmydata.com
Wed Feb 4 10:01:59 PST 2009
On Wed, 4 Feb 2009 20:19:04 +1100
Andrej Falout <andrej at falout.org> wrote:
> I can see my allmydata.com files!
>
> Thanks for your help!
Excellent!
> (Still; what is the correct order of params for create-alias?)
"create-alias" does a mkdir+set-alias combination, so the only argument is
the name of the alias that you want to create. (of course, since you aren't
using the default node-directory of ~/.tahoe, you'll need to add a
--node-directory option too):
tahoe create-alias work
(then you could do 'tahoe ls work:')
tahoe create-alias --node-directory ~/.tahoe-allmydata.com work
It looks like I was misremembering the so-called "set-alias" command: it is
in fact the "add-alias" command:
tahoe add-alias work URI:DIR2:blahblah
Note that you can run "tahoe --help" to get a list of commands, and you can
run e.g. "tahoe create-alias --help" to get specific help on a particular
command.
glad to hear it's working!
-Brian
More information about the tahoe-dev
mailing list