Applied Ashley Willis's perlbarry package.
commit30b18a630b2c712d54068c9127142744d44d8965
authorAshley Willis <barry@venamous.net>
Fri, 4 Jul 2008 04:24:25 +0000 (4 00:24 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 4 Jul 2008 06:10:33 +0000 (4 02:10 -0400)
treec5865e0eb8cdaddf03e3601af30fd72abf73235e
parent18f47da1ece168d10baca134f96bfea585d7e3c5
Applied Ashley Willis's perlbarry package.

From the README:

HOMEPAGE: http://www.venamous.net/perlprogs/

These are the three most useful programs. See misc/ for more.
All development and testing done with barry-0.12.

NOTE: btool must be patched for this to work properly. In the parent
directory of btool-0.12, do "patch -p 0 < [PATH_TO]/btool.patch".

ipd2tgz:       converts file <BASENAME>.ipd to <BASENAME>.tar.gz, in the
               format of barrybackup.

barrybkup:     backs up each DB in phone, or each DB given on command line,
               to file ~/.barry/backup/<PIN>/<PIN>-<DATE>-<TIME>.tar.gz
               (identical output as the barrybackup GUI). Useful for
               automating backups which can be restored with the GUI
               barrybackup. REQUIRES patched btool.
               TODO: get list from ~/.barry/backup/<PIN>/config

bimages:       downloads all JPEG files in 'Content Store' to current
               directory.
               TODO: option to delete images from phone after downloading.
15 files changed:
ChangeLog
contrib/perlbarry/COPYING [new file with mode: 0644]
contrib/perlbarry/README [new file with mode: 0644]
contrib/perlbarry/TODO [new file with mode: 0644]
contrib/perlbarry/barrybkup [new file with mode: 0755]
contrib/perlbarry/bimages [new file with mode: 0755]
contrib/perlbarry/btool.patch [new file with mode: 0644]
contrib/perlbarry/ipd2tgz [new file with mode: 0755]
contrib/perlbarry/misc/README [new file with mode: 0644]
contrib/perlbarry/misc/backup [new file with mode: 0755]
contrib/perlbarry/misc/convert-dumps [new file with mode: 0755]
contrib/perlbarry/misc/deipd [new file with mode: 0755]
contrib/perlbarry/misc/dump-simple [new file with mode: 0755]
contrib/perlbarry/misc/reipd [new file with mode: 0755]
contrib/perlbarry/misc/split-jpeg [new file with mode: 0755]