User guide

139 Copyright © Acronis International GmbH, 2002-2013
Running a task (p. 69)
Starting execution of a task on the local machine.
acrocmd run task --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Stopping a task (p. 69)
Stopping execution of a task on a remote machine.
acrocmd stop task --host=srv1 --credentials="srv1\AMS user",pass1 --service=ams
--address=192.168.1.2 --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Deleting a task (p. 70)
Deleting a task on the local machine.
acrocmd delete task --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4.8.4 Licenses
Listing licenses (p. 70)
Listing the Acronis Backup & Recovery 11.5 licenses assigned to a remote machine.
acrocmd list licenses --host=192.168.1.2 --credentials=user1,pass1
4.9 Selecting logical volumes and MD devices for backup
Let's assume that the system has four physical disks: Disk 1, Disk 2, Disk 3 and Disk 4.
A RAID-1 volume is configured on two basic volumes: sdb1, sdd1
A logical volume is configured on two basic volumes: sdb2, sdd2
Disk 3 is empty.
A list of volumes can be obtained by using the following command:
acrocmd list disks
Num Partition Flags Start Size Type GUID
----------- ----------- -------- ---------- ---------- -------- -----------
Disk 1 16,384 MB PS_MBR
1-1 sda1 Pri,Act 0.031 MB 203.9 MB Ext 2
1-2 sda2 Pri 204 MB 12,002 MB Reiser
1-3 sda3 Pri 12,206 MB 1,028 MB Linux swap
Unallocated-1-1 Unallocated 13,233 MB 3,151 MB
Disk 2 8,192 MB PS_MBR
Unallocated-2-1 Unallocated 4,110 MB 4,082 MB
Disk 3 1,024 MB PS_NONE
Unallocated-3-1 Unallocated 0 MB 1,024 MB
Disk 4 8,192 MB PS_MBR
Unallocated-4-1 Unallocated 4,110 MB 4,082 MB
Dynamic volumes:
1 Dyn1 MyVG-MyLV 0 MB 4,096 MB Ext 3 A5C349F8...
1 Dyn2 md0 0 MB 2,055 MB Ext 2 FFF5E076...
The logical volume, DYN1, occupies basic volumes 2-2 and 4-2 (which are not shown by the above
command). The RAID-1 volume, DYN2, occupies basic volumes 2-1 and 4-1 (which are not shown by
the above command either).
To back up the logical DYN1 volume, run the following command (here, the name of the backup is
assumed to be my_archive and its location to be /home/user):
acrocmd backup disk --volume=DYN1 --loc=/home/user --arc=my_archive