Console mode
Copyright © Acronis, Inc., 2000-2007
67
11.1.3
To get Samba network access, specify the image file name as follows:
smb://hostname/share name/remote filename
Hostname may be specified with username and password as:
username:password@hostname
For example:
trueimagecmd --list --filename
:smb://dhcp6-
223.acronis.com/sdb3/mike/md1.tib
shows contents of /mike/md1.tib archive. /mike/md1.tib is located on dhcp6-
223.acronis.com node in /sdb3 directory exported by Samba.
Specific options (options specific for individual trueimagecmd commands)
Option Description
create
harddisk:[disk number]
Specifies numbers of the hard disks to be imaged (comma separated).
For example:
--harddisk:1,3
You can obtain the list of available hard disks using the
--list
command. The list includes LVM disks and md (multiple devices) as
additional drives that can also be imaged.
partition:[partition
number]
Specifies the partitions to include into the image file by numbers. The list
of available partitions is provided by the
--list
command. Partition
numbers are specified as <disk number>-<partition number>, e.g.:
--partition:1-1,1-2,3-1
raw
Use this option to create an image of a disk (partition) with unrecognized
or unsupported file system. This will copy all disk/partition contents
sector-by-sector. Without this option only the sectors containing useful
system and user data are imaged.
progress:[on | off]
Shows/hides the progress information (percent completed). It is shown
by default.
filebackup
include:[names]
Files and folders to be included in the backup (semicolon separated, the
whole file list enclosed in apostrophes). For example:
--include:'/home/bot/ATIESsafe.iso;/home/bot/ATIW.iso'
exclude_names:[names]
Files and folders to be excluded from the backup (semicolon separated,
the whole file list enclosed in apostrophes). See the above example.
exclude_masks:[masks]
Applies masks to select files to be excluded from the backup. Use the
common masking rules. For example, to exclude all files with extension
.exe, add
*.exe
mask.
My???.exe
mask will reject all .exe 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.
restore