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