The tool you will want to use is “wbadmin.exe”
Backing up a virtual machine is fairly straight forward. Your command will look like this:
wbadmin start backup –backupTarget: –hyperv:
Which will result in something like this:
Some things to be aware of:
wbadmin get versions –backupTarget:
If the backup was taken a while ago – you may have forgotten the name(s) of the virtual machines that you backed up. You can find this by running:
wbadmin get items –version: –backuptarget:
Once you have this information you can restore the backed up virtual machine by running:
wbadmin start recover –version: –itemType:hyperv –items:
Backing up a virtual machine is fairly straight forward. Your command will look like this:
wbadmin start backup –backupTarget:
Which will result in something like this:
Some things to be aware of:
- Wbadmin will always warn you that the virtual machine will be put into a saved state for backup. This is wrong. The virtual machine will only be put into a saved state if it is not running the latest virtual machine additions (or is not a Windows virtual machine).
- You will be prompted before the backup starts. You can get around this by adding –force to the end of the command.
- You can use either the virtual machine name or the virtual machine ID when selecting virtual machines.
- You can list multiple virtual machines to backup.
- If you are backing up to a SMB share – new backups will automatically overwrite old backups (i.e. there will only be one backup kept on the share). This will not happen if you are backing up to a local disk.
wbadmin get versions –backupTarget:
If the backup was taken a while ago – you may have forgotten the name(s) of the virtual machines that you backed up. You can find this by running:
wbadmin get items –version:
Once you have this information you can restore the backed up virtual machine by running:
wbadmin start recover –version:
- –backuptarget:
No comments:
Post a Comment