1BARRYBACKUP(1) General Commands Manual BARRYBACKUP(1)
2
3
4
6 barrybackup - Barry Project's backup program for the BlackBerry hand‐
7 held
8
10 barrybackup [-?][-d]
11
13 barrybackup is a GUI application for backing up and restoring Black‐
14 berry handheld databases.
15
16 The application allows for filtering of databases for both backup and
17 restore, so not all databases need to be backed up at once, nor all
18 restored.
19
20 Backups and configuration files are stored by default in the user's
21 home directory, under ~/.barry/backup/PIN. This destination can be
22 changed in the config dialogs, per device.
23
24 The backup files are compressed tarballs containing specially named
25 files for each record of the databases.
26
28 -d --debug-output Enables low level protocol debug output written
29 to stdout/stderr.
30
31 --display=DISPLAY
32 Specify which X display to use.
33
34 -? --help Show summary of options.
35
36 -h, --help
37 Show summary of options.
38
39
41 Backups are stored in tar format, compressed with gzip. Backup files
42 are named with the following pattern:
43
44 PIN-YYYYMMDD-HHMMSS[-tag_name].tar.gz
45
46 The tag name is optional and is used to name a particular backup.
47
48 Each record is appended to the tar file using the following pattern for
49 the filename:
50
51 DBname/RecordID RecordTypeID
52
53 That is, the database name is used as the directory name, and the file‐
54 name contains the record ID and record type ID separated by a space.
55
56 Database names can contain spaces.
57
58 Record IDs are generally unique, but not all Blackberry devices mandate
59 this, so it is possible, but rare, to have two records in the tar file
60 with the same filename. This is ok. The only problem you'd see is if
61 you expanded such a tar file to a filesystem. The restore process just
62 reads in the filename sequentially and writes them to the device, so
63 duplicate record IDs are not a problem.
64
65
67 barrybackup is part of the Barry project. This manual page was written
68 by Chris Frey.
69
71 http://www.netdirect.ca/software/packages/barry
72
73
74
75
76 July 28, 2009 BARRYBACKUP(1)