NCOL.NET
410 Dabney Drive
Henderson, NC 27536
252-492-4317
techsupp@ncol.net

Windows Server Backup Commands

Solution 1: Delete old backups manually using wbadmin command
  1. Right click on the Start icon and select Command Prompt (Admin) from the menu.
  2. To get versions:
    wbadmin get versions
  3. To delete the oldest backup enter: wbadmin delete backup -deleteoldest
  4. Type wbadmin delete systemstatebackup -keepVersions:3 and press Enter to delete all system state backups, except the three most recent.