User guide
138 Copyright © Acronis International GmbH, 2002-2013
Getting system information (p. 64)
Saving the system information of the local machine to a file.
acrocmd sysinfo --loc=c:\logs\sysinfo.zip
4.8.2 Plans
Listing plans (p. 65)
Viewing all backup plans 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 plans.
acrocmd list plans --output=raw
Viewing all centralized backup plans existing on Acronis Backup & Recovery 11.5 Management
Server.
acrocmd list plans --host=srv1 --credentials="srv1\AMS user",pass1 --service=ams
Viewing all backup plans with the warning status on the local machine.
acrocmd list plans --filter_status=warning
Deleting a plan (p. 65)
Deleting a backup plan on the local machine.
acrocmd delete plan --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Exporting a plan (p. 66)
Exporting a backup plan from the local machine to a file.
acrocmd export plan --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
--loc=c:\temp\plan.xml
Importing a plan (p. 66)
Importing a backup plan to the local machine.
acrocmd import plan --loc=c:\temp\plan.xml
Disabling a plan (p. 67)
Disabling a backup plan on the local machine.
acrocmd disable plan --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Enabling a plan (p. 68)
Enabling a previously disabled backup plan on the local machine.
acrocmd enable plan --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
4.8.3 Tasks
Listing tasks (p. 68)
Viewing all tasks 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 tasks.
acrocmd list tasks --output=raw
Viewing all running tasks on a remote machine.
acrocmd list tasks --host=192.168.1.2 --credentials=user1,pass1
--filter_state=running