4 trueimagecmd.exe usage examples – Acronis True Image 9.1 Enterprise Server - User Guide User Manual

Page 111

Advertising
background image

Copyright © Acronis, Inc., 2000-2007 111

asz_delete

/partition:[partition
number]

Specifies partitions to which free space will be added after the

Acronis Secure Zone is deleted. If you specify several partitions, the
space will be distributed proportionally to each partition’s size.

clone

/harddisk:[disk number]

Specifies a source hard disk which will be cloned to the new hard

disk.

/target_harddisk:[disk
number]

Specifies the target hard disk number where the source hard disk
will be cloned.

15.1.4 trueimagecmd.exe usage examples

1. Image disks and partitions

trueimagecmd /create /filename:"C:\Test\1.tib" /partition:2-
1,1-3

• This will create an image named 1.tib of the partitions 2-1 and 1-3. The image will be

saved to the C:\Test\ folder.

trueimagecmd /create /asz /partition:2-1,1-3

• This will create an image of the partitions 2-1 and 1-3 in the Acronis Secure Zone.

trueimagecmd /create /filename:"\Test\1.tib" /partition:2-1,1-
3 /file_partition:3-1

• This will create an image named 1.tib of the partitions 2-1 and 1-3. The image will be

saved in the folder \Test on partition 3-1.

trueimagecmd /create /filename:"C:\Test\1.tib"
/password:qwerty /harddisk:2 /reboot /raw /incremental
/compression:5 /split:640 /progress:off

• This will append an incremental image to the image named 1.tib of hard disk 2. The

image will be saved to C:\Test\ folder, protected with password “qwerty”, split into parts
of 640MB, and contain all cluster data. Image compression level is 5. The server will be
rebooted after the operation is completed.

2. Restore disks and partitions

trueimagecmd /deploy /filename:"C:\Test\1.tib" /partition:2-1

• This will restore partition 2-1 from image 1.tib.

trueimagecmd /deploy /filename:"C:\Test\1.tib"
/password:qwerty /harddisk:2

• This will restore hard disk 2 from image 1.tib, protected with password ‘qwerty’.

trueimagecmd /deploy /filename:"C:\Test\1.tib" /partition:2-1
/target_partition:1-1

• This will restore partition 2-1, stored in image 1.tib, to partition 1-1.

trueimagecmd /deploy /filename:"C:\Test\1.tib" /partition:2-1
/target_harddisk:3 /start:63 /size:64000 /type:logical

Advertising