Wbadmin start backup Command In Windows Server 2008

In this article I am going to explain about Wbadmin start backup Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3436

Introduction

In this we creates a backup file using specified parameters. If no parameters are specified and we have created a scheduled daily backup, this subcommand creates the backup by using the settings for the scheduled backup and If parameters are specified, it creates a Volume of Shadow Copy Service backup and will not update the history of the files that are being backed up.

Syntax for Windows Server 2008

wbadmin start backup
[-backupTarget:{<BackupTargetLocation> | <TargetNetworkShare>}]
[-include:<VolumesToInclude>]
[-allCritical]
[-noVerify]
[-user:<UserName>]
[-password:<Password>]
[-noinheritAcl]
[-vssFull]
[-quiet]


Syntax for Windows°7 and Windows Server 2008 R2
 

Wbadmin start backup
[-backupTarget:{<BackupTargetLocation> | <TargetNetworkShare>}]
[-include:<ItemsToInclude>]
[-nonRecurseInclude:<ItemsToInclude>]
[-exclude:<ItemsToExclude>]
[-nonRecurseExclude:<ItemsToExclude>]
[-allCritical]
[-systemState]
[-noVerify]
[-user:<UserName>]
[-password:<Password>]
[-noInheritAcl]
[-vssFull | -vssCopy]
[-quiet]

Example

wbadmin start backup -backupTarget:f: -include:e:,d:\mountpoint,\\?\Volume{cc566d14-44a0-11d9-9d93-806e6f6e6963}


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.