Applied Ashley Willis's perlbarry package.
[barry/pauldeden.git] / contrib / perlbarry / README
blob9199c976d940b2b1147360dbddc9e29ae74ff9d9
1 HOMEPAGE: http://www.venamous.net/perlprogs/
3 These are the three most useful programs. See misc/ for more.
4 All development and testing done with barry-0.12.
6 NOTE: btool must be patched for this to work properly. In the parent
7 directory of btool-0.12, do "patch -p 0 < [PATH_TO]/btool.patch".
9 ##################
11 ipd2tgz:       converts file <BASENAME>.ipd to <BASENAME>.tar.gz, in the
12                format of barrybackup.
14 barrybkup:     backs up each DB in phone, or each DB given on command line,
15                to file ~/.barry/backup/<PIN>/<PIN>-<DATE>-<TIME>.tar.gz
16                (identical output as the barrybackup GUI). Useful for
17                automating backups which can be restored with the GUI
18                barrybackup. REQUIRES patched btool.
19                TODO: get list from ~/.barry/backup/<PIN>/config
21 bimages:       downloads all JPEG files in 'Content Store' to current
22                directory. 
23                TODO: option to delete images from phone after downloading.