Let's say I do a windows backup of system state, C: and EFI partition
but I have also D: local drive
When I restore, I want to keep intact my D:. and at the same time restore C:
Is it possible?
Let's say I do a windows backup of system state, C: and EFI partition
but I have also D: local drive
When I restore, I want to keep intact my D:. and at the same time restore C:
Is it possible?
There is different information available about this subject:
On Microsoft Technet, "Windows Server Backup Feature Overview", http://technet.microsoft.com/en-us/library/jj614621.aspx, there is the following statement: "Ability to backup volumes greater than 2 terabytes (TB) and with 4 K sector sizes."
Various other sources and answered questions in this forum like http://social.technet.microsoft.com/Forums/en-US/dc9d9778-2c4c-4320-87e9-3e13597c84a4/volumes-larger-than-2088958-megabytes-cannot-be-protected-in-windows-server-2012 says that there is still this 2 TeraByte limitation with server 2012.
1. Which statement is correct?
2. What is the Server 2012 Backup File Format? VHD or VHDx?
Thank you in advance for any clarification.
Franz
I have two Windows 2012 standard servers setup with Windows Backup Server. Both are virtual machines with an extra drive attached for backups. From each server I do a nightly backup to it's local hard drive. If I give that drive a drive letter and share
it for access to the other 2012 server and try to restore using the UNC it only shows one backup available. When I restore locally it shows all of the backup sets.
How can I restore from a different server and have all of the backup sets available?
Hi Everyone,
We have had an issue with our DFSR environment, which essentially wiped some data and caused data to reappear on our spoke servers (which shouldn't have happened). I have logged a case with MS and am currently working on this, however, while I am in the process of resolving the issues with DFSR, I would like to ensure that I could potentially "backup" the Volume Shadow Copies/Previous Verisions, of the data that currently exist on some of our spoke servers...
Is what I am requesting/thinking even remotely possible?
My thought process was somehow the VSC snapshot could be mounted, and a robocopy job ran to another location to get a copy of the data.
The reasons for this is that I need to ensure I can still recover data for a certain period of time until I have the DFSR Replication Groups back in sync.
I am running Windows Server 2008 R2 SP1 ( a mix of standard and enterprise editions).
Any help or guidance on this would be greatly appreciated.
Thanks in Advance!
Simon
Hi All,
Our company has a server which has windows server 2012 installed. The server now has three internal drives. The OS in installed in c drive.
I plan to backup c drive realtime or through scheduled task to a local hard disk. If the c drive stops working (I mean hardware problem), I can simply plug in the hard drive which has backup files and the server can start working as a charm.
I found there is already a backup tool in server 2012 but am not sure if it can meet my demand.
Is there any suggestion?
Thanks all in advance!
I would like to take windows server backup of win2008R2 server and restore it as win2012 Hyper-V guest.
1
Is it possible ?
2
How large the size of windows server backup and is it possible to estimate file site in advance ?
Dear all,
I have a System which is based on an I7 processor with 8GB RAM and 500 GB SATA disk size.
I have install on this system a Windows Server 2008 R2 64, then make a backup using Windows Server Backup
Then I rety to restore this generated backup on an other PC which is :
- I5 CPU
- 8GB Ram
- SATA HD 500 GB
The restore opertion works ok but the problem is that windows does not start and the PC keeps on rebooting.
Both PC are DELL machine and have nothing special in architecture exept CPU type.
Any reason why the restore operation fails to Windows ?
Thnaks for idea.
regards
serge
Your knowledge is enhanced by that of others.
I am running backup of a Windows 2008 R2 server by rotating 4 disks – always 2 are out of the office.
Now one of the discs has broken and been replaced. I now want to remove / delete the broken disc from the “Destination” disc list.
I have looked into the command “wbadmin enable backup [-removetarget:<BackupTargetDisk>]” but as I can see this command
needs the backup disk to be connected to the server? (in the help info it is listed: “Requires you to specify the location as a
disk identifier” – which I think means it has to be connected to get the disk identifier?)
I am looking for a command that let me use ex. “serverName 2013_08_09_10:00 Disk_03” as parameter for removing the disk.
Hopefully this is possible?
Regards
Harald
@echo off rem script using WBADMIN.EXE on a Windows Server 2008 R2 Server rem backup share UNC set backupshare=\\servername\vol rem files and folders to include set include=E:\FolderIAmBackingUp rem define date time variables for building the folder name set m=%date:~4,2% set d=%date:~7,2% set y=%date:~10,4% set h=%time:~0,2% set min=%time:~3,2% set sec=%time:~6,2% set newfolder=%backupshare%\%computername%\%m%%d%%y%_%h%%min%%sec% echo Creating %newfolder% mkdir %newfolder% rem run the backup echo Backing up %include% to %newfolder% wbadmin start backup -backuptarget:%newfolder% -include:%include% -quiet rem Clear variables set backupshare= set include= set m= set d= set y= set h= set min= set sec=
set newfolder=
Retrieving volume information... This will back up volume AIC_JBOD_VOL_0(E:) (Selected Files) to \\backupserver\volume\ServerToBeBackedUp\01142010_115022. The backup operation to \\Backupservername\volume\ServerToBeBackedUp\01142010_115022 is starting. Creating a shadow copy of the volumes specified for backup... Creating a shadow copy of the volumes specified for backup... Please wait while files to backup for volume AIC_JBOD_VOL_0(E:) are identified. This might take several minutes. Found (0) files. File identification is complete. The backup of volume AIC_JBOD_VOL_0(E:) to \\Backupservername\volume\ServerToBeBackedUp\01142010_115022 is starting... The backup of volume AIC_JBOD_VOL_0(E:) could not be completed. Error: The version does not support this version of the file format. The backup operation stopped before completing. Summary of the backup operation: ------------------ The backup operation stopped before completing. Log of files successfully backed up: C:\Windows\Logs\WindowsServerBackup\Backup-14-01-2010_11-50-33.log Log of files for which backup failed: C:\Windows\Logs\WindowsServerBackup\Backup_Error-14-01-2010_11-50-33.log None of the source volumes were backed up.
I have installed SQl Server 2008 R2 Express onto a Windows Server 2008 R2 server. The SQL Server VSS Writer is also installed.
Do you need to register the SQL Server VSS Writer with Windows Server Backup in order to backup data, or is this done automatically?
Hi!
I have just one 2008 R2 Standard domain controller in my enterprise (Just one, not two)
I ned to configure a hardware RAID 1 in the domain controller and I will lost all the information of my domain controller.
I don´t have another fisical server to install server 2008 , and replicate the Active directory with the actual Domain controller so I have to find a way to save the Active directory information, configure the RAID, and restore my server.I tryed doing a system state backup of my domain controller and tryed to restore it in a virtual machine but it didn´t work.
(With wbadmin command)
Must I do a full server backup of the DC or there is any way to backup just the system state of my Active directory and restore it in my new instalation of windows server 2008 as a domain controller?
Thanks!
We had a company deploy our server with a 32bit architecture. We are needing to backup everything on it and re-install the OS to 64bit to increase memory capacity. Are there white papers to achieve this? Would a system state backup do the trick?
Thanks in advance.
Scott
Hi please help, Windows Server backup keeps failing with an error "The drive cannot find the sector requested", I am doing a full backup to an external drive which has been dedicated for backups, it does about 94.6gb out of 95gb so is close to
finishing. I have performed a check disk, updated all my hardware drivers (its a HP server with hardware mirrored drives), I am at a loss - does anyone have any ideas or solutions.
I have uninstalled and rebooted the server and then reinstalled but still get the same error
Also must add that this is a live server, oh and is my first server 2012 install (soon to be last!!)
i want to restore my windows sbs2003 .bkf file to 2012 std server, as per default utility in 2012 server i couldn't find restore of .bkf file.
please let me know how i can restore or is there any utility.
Warnings are from VM's performing their own backups. The host backup excludes the VMs' VHD's.
Other than the wbadmin warning message, I don't find a corresponding message in the Window logs. Should I?
I am trying to create a snapshot on my lun from a storage array on windows 2008 R2. From a diskshadow create command on windows 2008 runs the luns are intermittently disappearing from the host.
Can someone help resolving this issue