As I promised couple of weeks ago, here is part one of two part posts regarding disaster recovery in Windows Server 2008 R2 Active Directory environment. In part one, I will briefly explain new Windows Server Backup tool GUI and I will show you how to create system state backup using GUI and wbadmin CLI command. Both videos that are posted are in Croatian language.
First of all, WSB (Windows Server Backup) is not installed by default, so you will have to add it as a feature through Server Manager console. I recommend you to install command line support tools also. After that its a breeze! ![]()
WSB changed somewhat from Windows Server 2008 to R2. In R2, we regained ability to backup specific files and folders and to create system state backup through GUI. Also, now we can create backup in specific folder or on any disk (without needing to format it). Also, from GUI we can do “Bare metal recovery” backup and new type of backup, called “System Reserved”. Difference between “Full backup” and “Bare metal recovery” is that later one does not contain user data (files and so on). We can exclude certain files from backup and we can also configure VSS (Volume Shadow Copy Service) settings.
Be aware that backing up system state will produce file larger than 4 GB, since system state contains more than 70 000 files.
http://blog.frankovic.net/Download/1_Windows_Backup_GUI.flvFastest and easies way to create system state backup is to use CLI and command line tool called wbadmin. You need to remember just three simple commands:
- wbadmin start systemstatebackup -backupTarget:VolumeName
This command will backup system state to a volume defined in backupTarget parameter.If you create multiple system state backups, you will need to know which version to restore, so you will use:
- wbadmin get versions
And after you remember or write down exact version, restore is done by using:
- wbadmin start systemstaterecovery –version:backupversion -backupTarget:VolumeName
Examples of all three commands can be seen in video. For more information on wbadmin command line, you can visit wbadmin command reference on TechNet. It is very important to remember that only way to restore AD system state backup is to restart domain controller in AD services restore mode.
http://blog.frankovic.net/Download/2_Windows_Backup_CLI.flvIn the next post, I will show you how to enable and use AD Recycle Bin in Windows Server 2008 R2 AD environment.
Related posts:
Email
Print Viewed 13,219 times.

{ 35 comments… read them below or add one }
pleas i have question ,,
i have host server containing AD vertual server (Hyper-v)
i made back up ( metal bare – full back up) for the host which by default back up all vertual servers
after i restore the back up ,, i found the AD server and other servers but the problem is ,, i cant log in by using the Admenestrator password.
so what should i do to involve the passwords with the back up.
Hi Samer,
first of all, you shoud not virtualize all your AD servers (http://bit.ly/eZW2HF). Do you have any more AD servers which are working normaly? Can you log on to them? If that was your only domain controler, you can try to start it up in AD Restore Mode and check out Event log for errors. You can also try to forcefully reset admin pass (http://bit.ly/aKEl7).
Hi Marin Franković,
I was watching the embedded videos here, I have a strange thing. When I go through the Windows Server Backup, custom back up I can not see the ‘System State’ as I can see in this video? Why?
My DC is Win 2008 Ent SP1 (test DC at a MS virtual PC Lab) ( and the only choice I have is wbadmin command line way of backing up the system state:( ) Are you using Win 2008 Ent R2 version of DC? Is that why you can directly add the System State from backup GUI ?
Hi Insaf,
yes, this is Windows 2008 R2 version. It has systemstate backup in GUI. Windows 2008 version has it in CLI only.
Thanks Buddy!!!!!!!
Hello Marin,
We are running Domain Controller on dedicated Windows Server 2008 R2.
My question is, what is in your opinion best practise for backing up servers for futher recovery if something goes wrong ?
We did make bare metal backup once and now we are backing up system state on daily basis true WSB scheduled task, but we cant redirect it to network share for some reason, so all system state backups are stored on local partition. What do you thing about that procedure ?
Thanks in advance and keep up the good work.
Hi Ristomatik,
You should do at least one full bare metal machine backup and daily systemstate backups if possible. Unfortunately, systemstate backups by using WSB are not support to a network drive. You can schedule a copy operation to copy your systemstate backups after they are created locally to a network drive.
Hi Marin,
We have a small office we would like to share folders on this small network, can you please help me to add or share folders on network.
Thanks. Best regards.
Hashim
Hi Hashim,
the best advice I can give you is to check out this Techet article (http://technet.microsoft.com/en-us/library/cc770406.aspx).
Best regards
Hi
I have taken system state backup from command line utility and then format the server. I was not known that version is needed for restore. Now i need to restore ads backup , please help.
Thanks in Advance
Sandeep Kumar
Skype ID – skd2011
Hi sandeep,
can you please elaborate? You have multiple versions of AD backup or you do not know what backup version did you use?
Hello,
i tried to run the command, but after it found all the files and started the process it ended with:
A virtual disk support provider for the specified file was not found.
Pointing me to log two files of the process that were both 2 bytes long. Target directory is 14MB, and seem to contain only catalog and some xml files.
Where could be the catch?
Hi Thom,
what command did you try to run?
YOU ARE PERFECT MATE ! PERFECT!
I am running a AD server that does automatic backup….i want to be able to delete old backups since the disk is getting full…thanks
Hi Olumide,
you can try this command “WBADMIN DELETE SYSTEMSTATEBACKUP –backuptarget:e: -deleteOldest –quiet”. It will delete oldest backup.
haven try using the -deleteOldest which fail, i try specifying a version ( after using wbadmin get versions) but i got this error ” The version specified is afull volume backup, not a system state backup”
Check out this blog post: http://blogs.technet.com/b/filecab/archive/2009/06/22/backup-version-and-space-management-in-windows-server-backup.aspx
Hi Marin,
Can WInServer2008 R2 active directory backup, restored in diferrent server?
Whether the same treatment?
Thanks regards
Hi DJoni,
sure it can. Procedure is very simple. Instal new machine, promote it to DC and restore AD system state to it. Here is more detail info: http://support.microsoft.com/?id=263532 .
I need to create 5 different user accounts in Windows Server 2008R2 to run one application simultaneously. Eg : Email Client Software as this email client can send only one email session at a time. Basically I need to create the same application in different different ways to send email s simultaneously. Please advise how can i do this.
Hi Manoj,
I would like to help, but I do not know how. Also, your comment does not have anything to do with this topic, which is disaster recovery. Please keep your comments on topic. Best regards.
Hi,
I want to deploy a domain for our DR test. I have a system state backup and full backup. I am running 2008 R2 x64. can you please tell me the steps I should take to deploy a domain controller from my sytem state backup.
Thanks
Hi,
Myself Ganesh , i want your help in Windows sever 2008 R2 .
e.g If incase my Server goes down or Hard drive crash then how will restore that will all Security , Roles , Features setting & Data also .
Can i do from any Microsoft Application ?
I am waiting for your rply.
Ganesh Kumar
Hi,
You can use Windows Backup to create backup of your computer and restore it in case of failure.
Hi,
But i am not satisfiy for this activity. Can you explain me how to create image of server without investing money.
Hi Ganesh Kumar,
http://technet.microsoft.com/en-us/library/cc770266(WS.10).aspx
Hi ,
I have one more Question regarding Email Client.
We are using Windows 2008 R2 in RDP environment with Thinclient Pc so i want to know that how to configure my office email account in Email Client ( as like Outlook Express) for 3-4 Users
Waiting for your reply
Hi Ganesh Kumar,
this question does not have anything to do with the post you are asking it in. Please contact your local support to resolve your e-mail issues.
Best regards
Hi,
Currently we are using Web mail of thirdparty server so for Data backup purpose i want to configure Email account in WINDOWS 2008 SERVER as like Outlook express or Anyother email client of windows.
Pls help me……… i am suffering……..?
I have two identical servers – one for production (live) and a spare for backup. we just moved from 2003 to 2008 server.
On 2003 server I could simply catalog my backup from production to spare and restore daily. Now with 2008 server, it will not find my production backup on the spare server.
We are using removable hard drives for backup. Can you please tell me how to get my spare 2008 server to recognize my production backup?
Thanks
Hi walt,
this is from TechNet article concerning backup “Windows Server Backup supports external and internal hard disks, optical media drives, and removable media drives. You can no longer back up to tape—however, support of tape storage drivers is still included. To perform a scheduled backup, as a best practice, use an external hard disk that supports either USB 2.0 or IEEE 1394.” so backing up and restoring from external USB drives is supported.
have you seen this article: http://social.technet.microsoft.com/Forums/en-NZ/windowsbackup/thread/0c2f9f8e-0904-4907-a981-8cf5fe8a89fe or http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/5ba65ae7-2395-4979-9f5b-e8e53dfc37f7/ ?
Is it possible to restore a system state to an SBS 2008 server that was blown away and then reinstalled cleanly (i.e. not using a Bare Metal image?)
Hi John,
I guess it is possible, but recommended way it to do “Bare Matel Recovery”. Check this out: http://technet.microsoft.com/en-us/library/cc794282(WS.10).aspx
Hi Marin,
Good afternoon sir, i have one question related Windows server 2008 R2
I want to access a tally server from home network with Full of Server Access then how is it possible to do this .
So please tell me how to do this Step by step & What we required for to do this
Note: Static IPs and all will purchase if required