On some non-IE based browsers such as Mozilla or Firefox the backup database may fail, resulting not usible database backup archive.
To fix that, open admin/backup.php
Find: $table_select .= "<option value\"".$row[0]."\"";
Replace with: $table_select .= "<option value=\"".$row[0]."\"";