debian: added giffgaff chatscripts
[barry.git] / man / bfuse.1
blob474bae71622f042b955de7c582faefedb6e586b1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH BFUSE 1 "August 17, 2009"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 .B bfuse
20 \- Create a FUSE filesystem out of BlackBerry databases.
21 .SH SYNOPSIS
22 .B bfuse
23 mountpoint [options]
24 .SH DESCRIPTION
25 .PP
26 .B bfuse
27 connects to your BlackBerry and turns its databases into
28 a mounted filesystem using the FUSE filesystem library.  As such,
29 it has a few basic arguments, and a list of common options supported
30 by FUSE.
31 .PP
32 The device will remain in Desktop mode for as long as bfuse runs.
33 .PP
34 For more information on FUSE options, see
35 http://fuse.sourceforge.net/
37 .SH BARRY OPTIONS
38 .TP
39 .B \-p pin
40 Specify the PIN of the device you want to mount.  Default is to mount
41 all available devices.
42 .TP
43 .B \-P password
44 Simplistic method to specify the device password on the command line.
46 .SH FUSE OPTIONS
47 .TP
48 .B \-o opt
49 FUSE mount options.
50 .TP
51 .B \-h
52 Display a command help summary.
53 .TP
54 .B \-V
55 Display version information, including Barry library, FUSE library, and
56 kernel interface.
57 .TP
58 .B \-d
59 Enable debug output.  Implies '\-f'.
60 .TP
61 .B \-f
62 Operate in the foreground.
63 .TP
64 .B \-s
65 Disable multi\(hythreaded operation.
67 .SH AUTHOR
68 .nh
69 .B bfuse
70 is part of the Barry project and was written Chris Frey, as was
71 this manual page.
72 .SH SEE ALSO
73 .PP
74 http://www.netdirect.ca/software/packages/barry