10.0

Table Of Contents
45 Copyright © Acronis, Inc., 2000-2011
--exclude_names:'/home/bot/ATIESsafe.iso,/home/bot/MyProject/Old'
exclude_masks:[masks]
Applies masks to select files to be excluded from the backup. Use the common Linux masking rules.
For example, to exclude all files with extension .sh, add *.sh. My???.sh will exclude all .sh files with
names consisting of five symbols and starting with "my".
exclude_system
Excludes all system files from the backup.
exclude_hidden
Excludes all hidden files from the backup.
In Linux, a file is considered hidden if the first symbol in the file name is a dot.
before:[pre-data capture command]
Enables to define the command to be automatically executed before data capture.
after:[post-data capture command]
Enables to define the command to be automatically executed after data capture.
progress:[on | off]
Shows/hides the progress information (percent completed). It is shown by default.
2.1.3.3 restore
harddisk:[disk number]
Specifies the hard disks to restore by numbers.
partition:[partition number]
Specifies the partitions to restore by numbers. For example:
--partition:1-1,1-2,3-1
To specify a logical volume (also called LVM volume) or an MD device (also called Linux Software
RAID), use the DYN prefix. For example:
--partition:dyn1
To list the partitions stored in the backup, use the --list command. For example:
trueimagecmd --list --filename:backup.tib
target_harddisk:[disk number]
Specifies the hard disk number where the image will be restored.