We have a Win SBS 2011 Essentials system, SP1, auto installing updates. It's using Windows Server Backup to take daily backups to one of five external USB drives, which we rotate offsite. Windows Server Backup is using the drives as dedicated backup drives.
It appears to be doing this incrementally, and one of the disks has filled up and backups now fail to that disk. Although research suggests Windows Server Backup is supposed to manage its own space and delete old files, it doesn't seem to be in this case. Disturbingly, if only one disk has filled up, that suggests each disk has different backups on it, and if they're incremental, that means we have one single backup that is dependent on all five disks being available and functional.
In disk management, I can see the disk and I can see that it's full. However I can't mount it- if I assign a drive letter to it, on the server or on a different machine, the disk mounts but is inaccessible. The same behaviour occurs when I connect another drive, to see if something's wrong with the disk.
Backups are of specific folders. The backup disks are each the same size as the source disk, so we're not trying to back up more data than the destination can hold. But because (I assume!) they're not system state images, I can't use wbadmin to delete old ones.
I've tried using vssadmin to do it, but get the error "snapshots were found, but they were outside of your allowed context".
In researching, I've found these options;
- Reformat the backup drive and start again,
- Get another backup drive each time one fills up,
- Get a different backup program.
Surely there's a better fourth option? And am I right that there's a somewhat fatal flaw that the incrementals are based on the last time a backup was run, and not on the last time that a backup was run using the presently connected drive?