Because we use get_bloginfo( 'name' ); to generate the filename for the export and this is user supplied data we can end up generating a very long filename which then we can't save to disk.
We should consider limiting the info we pull from here using substr or using something different.