You are here:   Home Exchange How to Backup Exchange 2010 for Free
Aug
22
2010

How to Backup Exchange 2010 for Free

E-mail
Written by Misha Hanin   
So, more and more companies deploying an Exchange 2010. And as you know, the next step after Exchange Implementation MUST be a backup configuration.

And now is a very surprising point. Many sysadmins are willing to pay over for complex backup solutions which they don't necessarily need.
As "Exchange Dinosaur" (I still remember Exchange 4.0 :))) I would like to say that one of the best backup (and what is more important, restore solution) always was Microsoft NT Backup. Since Windows 2008 Microsoft has removed NT Backup and replaced it with "Windows Server Backup Feature"

First, I need to mention the aspect that Microsoft has enabled Windows Server Backup to take VSS backups of the Exchange databases, so the following can work on Exchange 2010 and Hyper-V, on Windows 2008 or Windows 2008 R2.

As an additional note, Microsoft has extended Windows Server Backup Feature in Windows 2008 R2, and I really recommend to install Exchange 2010 on Windows 2008 R2 and not on Windows 2008. The reason why I say that is because of a new feature that’s come with the Windows Backup Server of Windows 2008 R2. On Windows 2008 R2, backups can be taken from both the Active and the Passive databases of a DAG (Database Availability Group). This is very cool news because, in Windows 2008, backups could only be taken from the Active Node.

Ok, I should stop taking and should start to show you how to implement a FREE Backup of Exchange 2010 :) ...
By default, the Windows Server Backup Feature is not installed with your Windows Server, so we need to install it. We can do this by navigating to the feature section of Server Manager or from a Command Line Interface, using PowerShell:
  1.    Run Windows Powershell
  2.    At the command prompt, enter “Import-Module servermanager
  3.    Next, run “Add-WindowsFeature backup-features
  4.    Wait for the installation to complete
The result should be similar to the bellow:

How to Backup Exchange 2010

Now we should be able to find “Windows Server Backup” in our Administrative Tools. Let's run it.

Note: Keep in mind that we have to install Windows Servera backup on the mailbox server.

Well, after starting Windows Server Backup, we should see the following interface"

Hpw to backup Exchange 2010

Now we have to configure a Backup job. From the task panel select “Backup Schedule” or “Backup Once” depending on your needs. Today I will talk about the “Backup Once” procedure, but both are almost similar.

So after selecting "Backup Once" we will see the following screen and the only option available for us will be “Different Options”; do so and then click next.

Exchange 2010 - Free Backup Solution

In the “Select Backup Configuration” section, we will choose “Custom”.

Exchange 2010 - Backup

The “Select Items for Backup” section is extremely the most important part of our configuration. First click on “Add Items” and select the folder, where is stored Mailbox Databases and their associated Logfiles. In Exchange 2010, by default, this folder is located at"
C:\Program Files\Microsoft\Exchange Server\V14\Mailbox

Free Backup of Exchange 2010

Backup Exchange 2010

Now when we have selected the mailbox folders, but before we are going to the next screen, we need to click on “Advanced settings” and then “VSS Settings”. We have to be sure to select “VSS Full Backup” as shown in figure following screen:

VSS Setting of Windows backup and Exchange 2010

In the next screen, select to use a remote shared folder if you want to store a backups outside of Exchange server......And selected the shared folder you are planning to backup to.

Exchange 2010 Backup to Remote Share

Finally, we should confirm our backup options, and ... read other articles on CuruIT.com site, while you are waiting for the process to finish :).

Exchange 2010 - How to backup

As a conclusion I'd like to say that Windows Server Backup is greatly improved in Windows 2008 R2.
Specifically, two very important new features in R2: The ability to backup a specific folder rather than a volume and when running Database Availability Groups, the flexibility to backup from both an Active or Passive Database.

In one of my next articles, we will look at the restore procedure and scenarios!