Resolution
If you get the error like below:
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/psa/home/vhosts/my.domain.com/httpdocs/admin/backup.php on line 99
You can increase value for the following option in the php.ini file:
max_execution_time = 30
and then restart Apache server.