Logged In: NO

I changed in personalbackupc this:
$pct = 100 / $backup_file_count * $file_count;
to
$pct = CEIL(100 / $backup_file_count * $file_count);

Now it seems to run.
Perhaps my postgresql had a problem with ceil and 14,28...
It should have been 14.28....