Wbadmin delete systemstatebackup Command In Windows Server 2008

In this article I am going to explain about Wbadmin delete systemstatebackup Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3544
Introduction

In this we deletes the system state backups that you specify but if the specified volume contains backups other than system state backups of our local server, those backups will not be deleted.

Syntax

 

wbadmin delete systemstatebackup
{-keepVersions:<NumberofCopies> | -version:<VersionIdentifier> | -deleteOldest}
[-backupTarget:<VolumeName>]
[-machine:<BackupMachineName>]
[-quiet]


 

 Parameter  Description
-keepVersions It specifies the number of the latest system state backups to keep and value must be a positive integer.
-version It specifies the version identifier of the backup in MM/DD/YYYY-HH:MM format.
-deleteOldest It deletes the oldest system state backup.
-backup Target It specifies the storage location that contains the backups that you  want the details for.
-machine It specifies the computer whose system state backup you want to delete.
-quiet In this we runs the subcommand with no prompts to the user.


Example

wbadmin delete systemstatebackup -version:03/31/2006-10:00

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.