Backing up VM data to host drive on Windows 7

Posted by malcolms on Super User See other posts from Super User or by malcolms
Published on 2009-12-05T03:15:35Z Indexed on 2010/03/23 14:03 UTC
Read the original article Hit count: 454

Filed under:
|

Hi,

I have created a VM for Virtual PC in windows 7.

I am writing a batch file to backup data in the VM to a host USB drive.

I have shared the host drives.

I have a USB drive that I want to backup to.

But how do refer to the USB drive in the batch file.

I cannot seem to map a drive to it,

It is called "H on Malcolm-Desktop" in windows explorer.

This is what I have tried.

XCOPY C:\Inetpub\wwwroot "\\H on Malcolm-Desktop\HALII_VHD_Backup\DataBackup\Inetpub\wwwroot" /S /E /Y /D

How do I write this command?

Malcolm

© Super User or respective owner

Related posts about windows-7

Related posts about virtual-pc