Monday, 20 March 2017

System State Backup through Command prompt

System State Backup through Command prompt:

1) Open command prompt as an Administrator

2)Type the below commands to start the backup

wbadmin start systemstatebackup -backupTarget:\\ip address of the server\sharedfoldername\

or if it a drive mention drive :

wbadmin start systemstatebackup -backupTarget:f:



Bare metal backup :

wbadmin start backup -allcritical -systemstate -backuptarget:\\server address\shared folder: -vssfull

No comments:

Post a Comment

PHP vs Python : Which one is the Best Server-Side Programming?

PHP vs Python, the two most popular back-end programming languages. Python has the variety of dynamic features with simple script whereas ...