Is there anyway you can find out what the backup apps was doing and why it failed, like turning verbose logging on or enabling a hidden debug mode in the app?
You were running it from the command line to see the stderr messages?
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103587\"][{POST_SNAPBACK}][/a][/div]
I didn't output anything. I tried to redirect stdout and stderr to a file and nothing. But I figured out my problem anyway. I had a lot of files in /home/zaurus/tmp and after removing them all, backup worked again.
While debugging this, I found out how backuprestore actually works and what it does.
basically, all it does is generate a file called /etc/backupfile and then restarts qtopia. Qtopia detects the backupfile during restart and does a tar of /hdd2 and /home in the Backup_Files directory called year-month-day-hour-minute.backup_model-JP-1, ie 2005-11-14-21-22.backup_SLC3100-JP-1
so the backup is just a tar file, not even gzipped.