User Guide

Scripting and schedul Acronis True Image Server User’s Guide
56 Copyright © SWsoft, 2000–2003
<TARGET FILE="E:\MYBACKUP2.TIB" />
<OPTIONS COMPRESSION="HIGH" INCREMENTAL="TRUE"
DESCRIPTION="THIS IS MY BACKUP" SPLIT="734003200" />
</BACKUP>
The script must be located between <backup> and </backup> tags.
9.3.4 Tag description:
SOURCE
Describes partitions to create images of. The partition letters must be provided
without colons. If you have to create images of several partitions at once, you
must use a separate SOURCE tag for each of them:
<SOURCE LETTER="C" />
<SOURCE LETTER="D" />
<SOURCE LETTER="F" />
TARGET
Specifies image file name and location:
<TARGET FILE="E:\MYBACKUP2.TIB" />
---
OPTIONS
This tag has additional parameters.
Incremental – specifies if you want to create an incremental image. If set to
"No", a complete image will be created. In case a file with the specified name
already exists, it will be overwritten. If this parameter is set to "Yes" and a file
with the specified name already exists, an incremental image will be created.
Otherwise, the program will create the complete image. This parameter is set to
"Yes" by default.
Description adds comments to an image. The description must be a single
string though its length is unlimited.
Split – enables to split a large image into smaller files of specified size. The
value must be provided in bytes. If not set, files size is determined
automatically.