Trueimagecmd Usage Examples; Automatic Image Creation Using Cron Service - ACRONIS TRUE IMAGE SERVER 8.0-LINUX User Manual

Table of Contents

Advertisement

--incremental
Sets image type to incremental. If there is no a basic image file to append an incremental
one, a complete image will be created.
--split:size in MB
With --create, states that the image must be split into multiple files of the specified size
(in Mb).
--raw
Use this option to create an image of a disk (partition) with unrecognized or unsupported file
system. This will copy disk/partition contents sector-by-sector.
--type:active|primary|logical
Specifies the type of the partition to be restored.
--password:password
Protects an image with a password, while created, and specifies the image password, while
restored.
--serial-key:serial key
Specifies the Acronis True Image Server 8.0 for Linux serial key. Note that you must enter
any command, --list, for example, along with the --serial-key (see example in 2.2).
6.1.2

Trueimagecmd usage examples

• This will list available partitions:
trueimagecmd --list
• This will create an image named backup.tib of partition 1-1:
trueimagecmd --partition:1-1 --filename:backup.tib \
--create
• This will create an incremental image of the partition above:
trueimagecmd --partition:1-1 --filename:backup.tib \
--create --incremental
• This will restore a partition from backup.tib:
trueimagecmd --partition:1-1 --filename:backup.tib \
--restore
6.2

Automatic image creation using cron service

As a rule, disk/partition images are created regularly, often daily. To automate this
operation, you can use the cron service familiar to many UNIX users.
As an example, let's consider a situation where you (the system administrator) need to back
up one or more disk partitions regularly.
Copyright © Acronis, Inc., 2000-2005
Console mode
31

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TRUE IMAGE SERVER 8.0-LINUX and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

True image server 8.0

Table of Contents