Salta al contenuto principale

Acronis Cyber Backup 12.5 command line

Thread solved

I found this

63908: Acronis Cyber Backup 12.5: How to run backup task using batch file

acrocmd list tasks --output=raw

And did this command and all I get for output is

The operation completed successfully.

I should be getting a list of the back up plans.

What I am planning to do is to put acrocmd run task --id=<XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX>

in the post commands for my backups so I can have them run one after the other only scheduling the first one.

0 Users found this helpful

Alternative way to find task ID export plan to .json file open with notepad and the ID is in the first few lines.

Testing the acrocmd run task --id=<XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX> command next.

Hello E.J.,

are you running this command on the application server directly?
Try it like this: acrocmd list tasks --service=ams --output=raw

 

Lukas

frestogaslorastaswastavewroviwroclolacorashibushurutraciwrubrishabenichikucrijorejenufrilomuwrigaslowrikejawrachosleratiswurelaseriprouobrunoviswosuthitribrepakotritopislivadrauibretisetewrapenuwrapi
Messaggi: 0
Commenti: 2016

Hello E.J. McNaughton,

Welcome to Acronis forums!

63908: Acronis Cyber Backup 12.5: How to run backup task using batch file

acrocmd list tasks --output=raw

And did this command and all I get for output is

The operation completed successfully.

I should be getting a list of the back up plans.

Please issue the following command in order to get a list of backup plans IDs:

acrocmd list plans --output=raw

Please make sure that this command is run on Acronis Management Server.