source: trunk/docs/man/man1/tahoe.1

Last change on this file was 65a1040, checked in by Sajith Sasidharan <sajith@…>, at 2021-08-31T13:58:43Z

Update references to the mailing list

New list is tahoe-dev@…, list info page is at
https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev, and list
archives are now at https://lists.tahoe-lafs.org/pipermail/tahoe-dev/.

Sadly message numbers in list archive seem to have changed, so
updating references to list archive is not as simple as prefixing
list.

  • Property mode set to 100644
File size: 5.1 KB
Line 
1.TH TAHOE 1 "July 2011" "Tahoe-LAFS \[em] tahoe command" "User Commands"
2.SH NAME
3.PP
4tahoe - Secure distributed file store.
5.SH SYNOPSIS
6.PP
7tahoe \f[I]COMMAND\f[] [\f[I]OPTION\f[]]... [\f[I]PARAMETER\f[]]...
8.SH GENERAL OPTIONS
9.TP
10.B \f[B]-q,\ --quiet\f[]
11Operate silently.
12.RS
13.RE
14.TP
15.B \f[B]-V,\ --version\f[]
16Display version numbers.
17.RS
18.RE
19.TP
20.B \f[B]--version-and-path\f[]
21Display version numbers and paths to their locations.
22.RS
23.RE
24.TP
25.B \f[B]-d,\ --node-directory\f[]
26Specify which Tahoe node directory should be used.
27(default for most commands: `$HOME/.tahoe')
28.RS
29.RE
30.SH COMMANDS
31.PP
32The \f[B]tahoe\f[] runner can be used for various tasks depending
33on the command used.
34.SS ADMINISTRATION
35.PP
36tahoe \f[I]COMMAND\f[] [\f[I]OPTION\f[]]... [\f[I]NODEDIR\f[]]
37.RS
38.SS COMMANDS
39.TP
40.B \f[B]create-node\f[]
41Create a node that acts as a client, server or both.
42.TP
43.B \f[B]create-client\f[]
44Create a client node (with storage initially disabled).
45.TP
46.B \f[B]create-introducer\f[]
47Create an introducer node.
48.SS OPTIONS
49.TP
50.B \f[B]-C,\ --basedir=\f[]
51Same as \[em]node-directory.
52.TP
53.B \f[B]-d,\ --node-directory=\f[]
54Specify which Tahoe node directory should be used.
55(default for \f[B]create-node\f[] and \f[B]create-client\f[]:
56`$HOME/.tahoe/').
57.TP
58.B \f[B]-n,\ --nickname=\f[]
59Specify the nickname for this node (\f[B]create-node\f[] and
60\f[B]create-client\f[] only).
61.TP
62.B \f[B]-i,\ --introducer=\f[]
63Specify the introducer FURL to use (\f[B]create-node\f[] and
64\f[B]create-client\f[] only).
65.TP
66.B \f[B]-p,\ --webport=\f[]
67Specify which TCP port to run the HTTP interface on.
68Use `none' to disable.
69Default: `tcp:3456:interface=127.0.0.1' (\f[B]create-node\f[] and
70\f[B]create-client\f[] only).
71.TP
72.B \f[B]--no-storage\f[]
73Do not offer storage service to other nodes (\f[B]create-node\f[]
74only).
75.RE
76.SS CONTROLLING NODES
77.PP
78tahoe \f[I]COMMAND\f[] [\f[I]OPTION\f[]]... [\f[I]NODEDIR\f[]]
79.SS COMMANDS
80.TP
81.B \f[B]start\f[]
82Start a node (of any type).
83.RS
84.RE
85.TP
86.B \f[B]stop\f[]
87Stop a node.
88.RS
89.RE
90.TP
91.B \f[B]restart\f[]
92Restart a node.
93.RS
94.RE
95.TP
96.B \f[B]run\f[]
97Run a node synchronously.
98.RS
99.RE
100.SS OPTIONS
101.TP
102.B \f[B]-p,\ --profile\f[]
103Run under the Python profiler, putting results in
104`profiling_results.prof' (use with \f[B]start\f[] or
105\f[B]restart\f[] only).
106.RS
107.RE
108.TP
109.B \f[B]--syslog\f[]
110Tell the node to log to syslog, not a file (use with \f[B]start\f[]
111or \f[B]restart\f[] only).
112.RS
113.RE
114.TP
115.B \f[B]-C,\ --basedir=\f[]
116Same as \[em]node-directory.
117.RS
118.RE
119.TP
120.B \f[B]-d,\ --node-directory=\f[]
121Specify which Tahoe node directory should be used (default for commands
122other than \f[B]run\f[]: `$HOME/.tahoe/').
123.RS
124.RE
125.TP
126.B \f[B]--help\f[]
127Display help and exit
128.RS
129.RE
130.SS USING THE FILE STORE
131.TP
132.B \f[B]mkdir\f[]
133Create a new directory.
134.RS
135.RE
136.TP
137.B \f[B]add-alias\f[]
138Add a new alias cap.
139.RS
140.RE
141.TP
142.B \f[B]create-alias\f[]
143Create a new alias cap.
144.RS
145.RE
146.TP
147.B \f[B]list-aliases\f[]
148List all alias caps.
149.RS
150.RE
151.TP
152.B \f[B]ls\f[]
153List a directory.
154.RS
155.RE
156.TP
157.B \f[B]get\f[]
158Retrieve a file from the grid.
159.RS
160.RE
161.TP
162.B \f[B]put\f[]
163Upload a file into the grid.
164.RS
165.RE
166.TP
167.B \f[B]cp\f[]
168Copy one or more files or directories.
169.RS
170.RE
171.TP
172.B \f[B]unlink\f[]
173Unlink a file or directory on the grid.
174.RS
175.RE
176.TP
177.B \f[B]rm\f[]
178Unlink a file or directory on the grid (same as \f[B]unlink\f[]).
179.RS
180.RE
181.TP
182.B \f[B]mv\f[]
183Move a file within the grid.
184.RS
185.RE
186.TP
187.B \f[B]ln\f[]
188Make an additional link to an existing file or directory.
189.RS
190.RE
191.TP
192.B \f[B]backup\f[]
193Make target dir look like local dir.
194.RS
195.RE
196.TP
197.B \f[B]webopen\f[]
198Open a web browser to a grid file or directory.
199.RS
200.RE
201.TP
202.B \f[B]manifest\f[]
203List all files/directories in a subtree.
204.RS
205.RE
206.TP
207.B \f[B]stats\f[]
208Print statistics about all files/directories in a subtree.
209.RS
210.RE
211.TP
212.B \f[B]check\f[]
213Check a single file or directory.
214.RS
215.RE
216.TP
217.B \f[B]deep-check\f[]
218Check all files/directories reachable from a starting point
219.RS
220.RE
221.SS OPTIONS
222.PP
223Please run `tahoe \f[I]COMMAND\f[] --help' for more details on each
224command.
225.SS DEBUGGING
226.PP
227tahoe debug \f[I]SUBCOMMAND\f[] [\f[I]OPTION\f[]]... [\f[I]PARAMETER\f[]]...
228.SS SUBCOMMANDS
229.TP
230.B \f[B]dump-share\f[]
231Unpack and display the contents of a share.
232.RS
233.RE
234.TP
235.B \f[B]dump-cap\f[]
236Unpack a read-cap or write-cap.
237.RS
238.RE
239.TP
240.B \f[B]find-shares\f[]
241Locate sharefiles in node directories.
242.RS
243.RE
244.TP
245.B \f[B]catalog-shares\f[]
246Describe all shares in node dirs.
247.RS
248.RE
249.TP
250.B \f[B]corrupt-share\f[]
251Corrupt a share by flipping a bit.
252.RS
253.RE
254.PP
255Please run e.g.\ `tahoe debug dump-share --help' for more
256details on each subcommand.
257.SH AUTHORS
258.PP
259Tahoe-LAFS has been written by Brian Warner, Zooko Wilcox-O'Hearn
260and dozens of others.
261This manpage was originally written by bertagaz.
262.SH REPORTING BUGS
263.PP
264Please see <https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToReportABug>.
265.PP
266For known security issues see
267<https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst>.
268.PP
269Tahoe-LAFS home page: <https://tahoe-lafs.org/>
270.PP
271tahoe-dev mailing list: <https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev>
272.SH COPYRIGHT
273.PP
274Copyright \@ 2006\[en]2013 The Tahoe-LAFS Software Foundation
Note: See TracBrowser for help on using the repository browser.