Microsoft has a solution to back up your Shares folder. Alex Kuretz created a WHS add-in to backup your WHS backup database. Nicky Murphy has created an automated method to backup both to a NAS box. With Nicky’s method, you can even encrypt the backup.
Nicky can say it lot better than myself. From his webpage:
In the event of a disaster it’s best not to have all your data in the same place. The trouble with Windows Home Server backups, is that they are generally in the same building as the client PCs, so if you lose the building, you lose everything. The following method will allow you to do an encrypted backup to a remote drive that could live, for example, in your garden shed.
A feature that was pulled from Performance Pack 1 was the ability to backup the client backup files. An add-in was developed that automated the documented process that Microsoft published, though the PDF file that contains those instructions, now seems to have been removed / moved.
The manual process was:
- Run mstsc.exe to start a Remote Desktop Connection session to your home server.
- Plug in an external hard drive to your home server (do not add it to the Server Storage through the Windows Home Server Console).
- Open a Command Prompt, Click Start, Run and type CMD
- Type net stop PDL
- Type net stop WHSBackup to stop the Windows Home Server Backup service.
- Copy the contents of to the external hard drive:
- Type net start WHSBackup to restart the Windows Home Server Backup service.
- Type net start PDL
I’ve developed this manual process into a an automated script that will give you a fully encrypted backup of both the PC backups and the WHS shares to any NAS drive or server that supports files over 4Gb. For my system, I’m using a 500GB Freecom Network Drive Pro. It has to be the Pro version as the cheaper one only supports FAT32 as a file system. FAT32 has a 4GB single file limit. The Pro supports ext3 which doesn’t. The NAS drive can then be located off-site i.e in the shed or garage.
I have been wanting to try this method out for awhile, but I have simply not found the time to do so. If you do want to try it yourself, Nicky has created a very nice tutorial at the link I provided above. If you have a WHS and have a NAS sitting around, try it out.
I, and others, would be very interested to know how works for you.



















Pingback: Best backup routine and software | keyongtech