There are three code errors in the module that cause it to WSOD (fail :) when open_basedir restrictions are in effect (PHP 5)

backup.module Line 86 should read:

include_once('./'. drupal_get_path('module', 'backup') .'/forms.inc.php');

backup.module line 294 should read:

include_once('./'. drupal_get_path('module', 'backup') .'/functions.inc.php');

forms.inc.php line 183 should read:

include_once('./'. drupal_get_path('module', 'backup') .'/functions.inc.php');