User guide

137 Copyright © Acronis International GmbH, 2002-2013
Cataloging a vault (p. 61)
Cataloging all the backups stored in a local folder (except for backups that are not supported by
the data catalog, see the command description).
acrocmd catalog vault --loc=E:\backups\
Cataloging all the backups stored in a managed vault (except for backups that are not supported
by the data catalog, see the command description). This operation is always executed by the
storage node service.
acrocmd catalog vault --loc=bsp://storage_node1/my_vault --credentials="ASN
user",pass123 --progress
Exporting a vault and importing archives to a vault
These operations are performed by means of the export archive (p. 41) command (see examples
(p. 130)).
4.7 Operations with disks
Cloning a disk (p. 62)
Cloning disk 2 of the local machine to disk 3 of the same machine.
acrocmd clone disk --source=2 --target=3
4.8 Administration operations
4.8.1 Collecting information
Getting log (p. 63)
Exporting the log of an activity with the specified GUID to a file.
acrocmd get log --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --loc=c:\logs\task.log
Listing activities (p. 63)
Viewing all current activities of Acronis Managed Machine Service that runs on the local machine.
The output will be displayed in the raw format (p. 118). Therefore, you will be able to see and
use complete GUIDs of activities.
acrocmd list activities --output=raw
Viewing the running activities of Acronis Backup & Recovery 11.5 Management Server.
acrocmd list activities --host=srv1 --credentials="srv1\AMS user",pass1
--service=ams --filter_state=running
Viewing activities of Acronis Managed Machine Service that runs on a remote machine. The
software will show only completed activities.
acrocmd list activities --host=srv1 --credentials="srv1\AMS user",pass1
--service=ams --address=192.168.1.2 --filter_state=completed
Viewing the running activities of Acronis Backup & Recovery 11.5 Storage Node. By reviewing the
command output, which displays the time elapsed from an activity start, you can detect hung-up
processes on the storage node.
acrocmd list activities --host=srv1 --credentials="srv1\ASN user",pass1
--service=asn --filter_state=running