Backup of Azure Storage
It's nearly impossible to backup azure storage.
Cerebrata has a PowerShell commandlet that can create a full backup, and also do incremental.
But it DOES NOT WORK. Because it only looks at the Timestamp for detecting changed rows. But this does NOT detect deleted rows.
I know everything is on 3 disks, but this does not protect against errors in my software.
23
votes