For any other geeks out there:
If you want to backup the Stanza ebook collection on your iPhone or iPod Touch, here's a little Perl script called
getfromstanza.pl that will do it for you. You just need to fill in the 3 pieces of info at the top of the file, make a directory where you'd like all your books to show up and then run the script from there: "perl getfromstanza.pl". The script figures out where they are on your device, downloads them all, figures out what books they are and renames them appropriately. They are renamed in a Calibre friendly format for those that use Calibre.
I run it on an Ubuntu box and use it to put free ebooks I've downloaded on my iPhone into my Calibre server. The top of the file lists the Perl modules you'll need to run it. Google is your friend on setting up your environment and running Perl scripts.