Overdogart: When I click that link, it says: "This paste has been removed!"
philmcdonnell: I think your hosting company has something that kills off zip processes after 15 seconds. Stick this in your wp-config.php to enforce use of a different zip method to prevent the problem:
define('UPDRAFTPLUS_NO_BINZIP', true);
David