Direkt zum Inhalt

Run backup plan from command line

Thread needs solution

hello,
it's possible to execute backup plan by acronis scheduler in a batch.
I know it's possible to run backup with acronis command line with ACROCMD.exe
But what bothers me that's the password is not encrypted in case I use it in a batch.
I doesn't want the password to be seen.
Is it possible to run backup plan from command line with the name of the backup plan in argument of this command?
Thank you

0 Users found this helpful

Hello ctor,

Thank you for posting your question in our forum. Please accept my apologies for the late reply.

I checked our documentation. You should be able to get list of plans by using the command list plans. With this step, you get the UUID of the task and then you are able to run the task using run task command. You will find the complete overview of commands that are running via Acronis Services and not via acrocmd.exe service here.

The command should be similar to this:

acrocmd run task --id=<GUID> --log=<full path>

Let me know if you need additional help please.

Thank you.