1BTARDUMP(1) General Commands Manual BTARDUMP(1)
2
3
4
6 btardump - Command line parser for Barry backup files
7
9 btardump [-d db][-h][-i charset][-V] filename [filenames...]
10
12 btardump takes one or more Barry backup tar files on the command line,
13 and dumps parsed database records to stdout. By default, all records
14 are dumped, but this can be limited by the -d option.
15
17 -d db Name of database to dump to stdout. Can be used multiple times
18 to parse multiple databases at once. If not specified, all
19 available databases from the backup file are dumped.
20
21 -h, --help
22 Show summary of options.
23
24 -i charset
25 Specifies the iconv charset to use for converting international
26 strings. The Blackberry uses the WINDOWS-1252 charset, which is
27 incompatible with the more common code pages used in Linux. The
28 most useful charset to use with this option is UTF-8, and is
29 highly recommended. Any other charset available via 'iconv
30 --list' can be used here too, but may not be successful for some
31 character conversions.
32
33 -V Enable vformat MIME output where available. Address Book gets
34 printed in vCard format, Calendar in vEvent format, Memos in
35 vJournal, and Tasks in vTodo, etc.
36
37
39 btardump is part of the Barry project.
40
42 http://www.netdirect.ca/barry
43
44
45
46
47 December 7, 2010 BTARDUMP(1)