备份是最基本的数据恢复方法,我有最新的,最先进的微软操作系统(服务器2008 R2),我无法使备份工作!
情况:我在VMWare下运行操作系统,我想将系统备份到主机的驱动器上。我可以这样通过UNC访问主机:
\\vmware-host\Shared Folders\Thorn但是,如果我试图回到它,我不能。它吐出了错误:
C:\> wbadmin start backup -backupTarget:"\\vmware-host\Shared Folders\Thorn" -include:C: -vssFull -quiet
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.
Note: The backed up data cannot be securely protected at this destination.
Backups stored on a remote shared folder might be accessible by other
people on the network. You should only save your backups to a location
where you trust the other users who have access to the location or on a
network that has additional security precautions in place.
Retrieving volume information...
This will back up volume Local Disk(C:) to \\vmware-host\Shared Folders\Thorn.
The directory is not a subdirectory of the root directory.我确实找到了一个[旧张贴 (从2009年起)关于同样的问题(没有解决办法)。很难想象,在所有这些更新和服务包之后,备份仍然是错误的。有人知道吗?
发布于 2011-08-13 23:58:05
看看Disk2vhd。这是一个非常整洁的实用程序,它只是工作,它看起来可能符合您的需要,正如所描述的。它几乎没有什么“拖累”需求--跨网络共享运行是没有问题的。额外的好处是输出格式也非常友好。
https://serverfault.com/questions/300872
复制相似问题