Command-line mode and scripting
•
This will create an image named 1.tib of the partitions 2-1 and 1-3. Image will
be saved to 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.
Image will be saved to c:\Test\ folder, protected with password “qwerty”, split
into parts of 640 MB, and contain all cluster data. Image compression level is 5.
The workstation will be rebooted after the operation is completed.
2. Restore image
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:0 /size:64000 /type:logical
•
This will restore partition 2-1, stored in image 1.tib, to hard disk 3. A new logical
partition will be created on disk 3 from 0 to 64000 sector.
TrueImageCmd /deploy /filename:z:\Server30Cdrive.tib
/partition:1-1 /target_partition:2-1 /type:active
/password:123qwe
•
This will restore partition 1-1, stored in image Server30Cdrive.tib, protected with
password ‘123qwe’, to partition 2-1. The restored partition will be of active type.
3. List
TrueImageCmd /list
•
This will list available partitions.
4. Clone
TrueImageCmd /clone /harddisk:2 /target_harddisk:3
•
Clone hard disk 2 to hard disk 3.
5. Delete partition
TrueImageCmd /delete_partition /partition:2-1,2-2 /reboot
/log:deleting.txt