|
|
snapshot 版本 1.50.1.1738,PE下通过命令行备份C盘,有两个问题:
问题1:
批处理备份:snapshot64.exe -create -source C: "D:\备份\$date.sna" -L0 -R -G -o
提示:无法创建 IWbemLocator 对象。 错误代码 = 0x8007007e
但继续进行备份且备份成功,想知道这提示的错误是什么意思?
问题2:
排除文件:--exclude
snapshot64.exe -create -source C: "D:\备份\$date.sna" -L0 -R -G -o --exclude:@List.txt
我在命令行最后分别添加: --exclude:@List.txt (List.txt放在snapshot64.exe所在目录), --exclude:@%CD%\List.txt,
--exclude "C:\soft",均不成功,每次都把C:\soft目录备份到映象文件中,不知道哪里错了?
|
|