Note: You may need to assign a drive letter to your backup drive (in Disk Management) before proceeding.
To list the shadow copies currently stored on the backup drive, open an administrative command prompt and run:
vssadmin list shadows /for=f:
[Where F: is the drive letter assigned to the backup destination]
If there are a number of shadow copies, and you are comfortable deleting some – or all – of them, you can do so with another command:
Type diskshadow and hit Enter
To delete the oldest stored shadow copy: delete shadows oldest f:
To delete all stored shadow copies: delete shadows all
To delete a specific shadow copy: delete shadows id <shadowID><shadowID> can be identified from the earlier vssadmin list shadows command