Windows Vista Complete Backup
Thursday, February 12th, 2009 by SteveI just discovered the Complete PC Backup feature of Vista, and I’m very impressed! This is included in the Business, Enterprise and Ultimate editions (not the home editions). It takes full drive image backups which can be restored by booting a standard Vista install DVD.
There’s a simple GUI to kick a backup off (backup and restore center), but unfortunately it’s rather restrictive. It only lets you backup to a directly attached hard disk (e.g. USB) or to DVDs. Fortunately the underlying engine DOES support backing up to a network file share.
To kick off a one-off backup, start an elevated command prompt (Start menu, Accessories, right click “command prompt” and select “Run as Administrator”) and type the following:
wbadmin start backup -allCritical -backupTarget:\\SERVER\SHARE -include:C: -vssFull
replacing \\SERVER\SHARE with the path to your network share location. It’ll ask if you’re sure and then display its backup progress. When it’s finished you should see it’s created a folder called WindowsImageBackup\MachineName on your backup share. If you dig under this folder you can find it stores the entire backup in a .vhd file (virtual hard disk, also used by Microsoft’s virtualisation products).
You can schedule backups to run regularly using the task scheduler to call the command above, and adding “-quiet” to stop it prompting. There’s a full guide to scheduling complete pc backups here.
EDIT: Apparently this is all fixed in Windows 7.
