terminal 2008-6-19 08:53
Altiris恢复镜像好像都是对磁盘的,有到分区的么?
Altiris恢复镜像好像都是对磁盘的,有到分区的么?
使用Altiris分发系统镜像的时候好像都是整个磁盘,有没有想GHOST一样对分区也能恢复的?
怎么做呢?
terminal 2008-6-19 09:04
[url]https://kb.altiris.com/display/1/index.asp?c=&cpc=&cid=&cat=&catURL=&r=0.1746637[/url]
我看不懂,那位可以帮我翻译下。谢谢了!!
maypower 2008-6-19 12:42
加一个参数即可
如只备份c:
-P1
不还原c:
-kp1
terminal 2008-6-20 13:08
是这样么?
还有就是只恢复C盘是什么参数呢?
P1 意思是第一个分区??那P2就是备份D盘了?
这个参数在哪儿可以看见,Altiris手册么?
admin 2008-6-20 13:26
Additional command-line switches
Allows you to add any additional command-line switches the task may need.
For example, when deploying an image you may want to ensure that an
existing production partition is left on the managed computer. This could be
accomplished using the -kp1 command-line switch (Keep Partition 1). See
online help for a full list of available switches.
admin 2008-6-20 13:32
参考:
[url=http://www.altiris.com/upload/rapideploy_6_1.pdf]http://www.altiris.com/upload/rapideploy_6_1.pdf[/url]
第80页开始.
-p[partition] Function Specifies which partition to process.
Parameters
n Number (1-31) uploads the partition (each partition must be
designated separately)
b images the BootWorks partition (works for both hidden and
embedded types)
oem images the oem partition
Examples
To upload an image of partition 2, type
rdeploy -mu -p2 -f[filename]
To upload multiple partitions, type
rdeploy -mu -p2 -p3 -p4 -f[filename]
To upload the BootWorks partition, type
rdeploy -mu -pb -f[filename]
To upload the oem partition, type
rdeploy -mu -poem -f[filename]
See also -m[mode], -f[path & file name]
-kp[1-31] Function (Download only) Prevents rdeploy.exe from
overwriting a specified partition.
n=partition 1 - 31
Example To keep partition 2 from being overwritten during
imaging, type
rdeploy -md -f[filename] -kp2
See also -m[mode], -f[path & file name]