Scriptinterface Product manual

Scriptinterface 
Create an incremental image from the base image

Example 2:

Create an incremental image from the image "E:\image20100120.omg".This image will be compressed and saved whereby sectors not being imaged (those sectors that have not changed since the base image was created) will be given a hash value to check for changes in the future.The incremental image will be named according to the date when the image is created.The parameter "automatically_overwrite_image" is set to “NO“ so that an image with the same name may not be overwritten.

<DiskImageJob version="6.0">

<command name="initialized storage devices">

<disk_devices>YES</disk_devices>

</command>

<command name="create incremental">

<device_type>filesystem</device_type>

<image_name>E:\image20100120.omg</image_name>

<compression_type>LZNT1 standard</compression_type>

<new_device_type>filesystem</new_device_type>

<new_image_name>E:\image_$TEMPL:(Year)$TEMPL:(Month)$TEMPL:(Day)_inc.omg</new_image_name>

<hash_unchanged_data>YES</hash_unchanged_data>

<ignored_read_errors>YES</ignored_read_errors>

<automatically_overwrite_image>NO</automatically_overwrite_image>

<max_image_size>-1</max_image_size>

<force_dismount>YES</force_dismount>

<automatically_validate_image>YES</automatically_validate_image>

<change_initial_condition>YES</change_initial_condition>

<ignored_file_pattern>\hiberfil.sys</ignored_file_pattern>

<ignored_file_pattern>*.tmp</ignored_file_pattern>

<ignored_file_pattern>*.omg</ignored_file_pattern>

<ignored_file_pattern>*.~</ignored_file_pattern>

<ignored_file_pattern>\System Volume Information\</ignored_file_pattern>

<ignored_file>\pagefile.sys</ignored_file>

</command>

</DiskImageJob>