Don’t know that if Windows Server Backup Disk Space Management Changed in Server Windows Server 2012 R2. Some servers It overwrites the backups properly without filling the disk. In some environments it doesn’t .
But lets see how to remove backups to get some free space. to keep it going.
To know how many Backup Copies we have in the Current machine –
(Get-WBBackupSet –MachineName DS001).count
To keep Latest 15 Versions and remove the rest.
Remove-WBBackupSet -MachineName DS001 -KeepVersions 15
Hello,
Thanks for this, it was super useful!
Regards,
Yannis
You are welcome
I have windows 2012 std server, we use to take daily schedule backup, I have C Drive which is only have 40 gb of data but when the baremetal with C drive backup is happening , the total backup sizes become 80gb or so, why this happening.
Pl suggest.