We were using the SQL Azure Export script as a scheduled task (Mon-Fri; 7am-7pm) for creating rolling backups for the last week. But now the backups started disappearing, so we checked the status on the management portal and got the error location Mon-11
already exists, but the worst part is that the existing backup is also deleted.
So now as a temp workaround we just send the backup command twice, first one fails and deletes the existing backup, and then the second one succeeds.
Can we log this issue somewhere, because I don't think this is expected behavior, either overwrite or fail and DON'T delete the existing backup.