Skip to main content

how to schedule dumping the report data into CSV

Thread solved

Hello everyone,

 

https://www.acronis.com/en-us/support/documentation/AcronisCyberProtect…

As explained in above article we can schedule the report and save to a particular folder and the reports will be save in xlsx or pdf format

Similarly we can dump the data manully and save it into csv format. I would like to know is there any way if somehow we can schedule the dump data?

Our main goal is to schedule the reports into CSV format.

Although I did found a command acrocmd list activities --host=<ams hostname> --credentials=<user name>,<password> --service=ams >C:\Users\Test\Downloads\AcronisReports\test.csv

 

but for some reason its pulling the activities from last year. We want recent activities in csv report

 

0 Users found this helpful

Hello Prateek Sadana!

I haven't found a way to get csv from reports automaticly, but it's not too complicated to split the xls. Each report will be on a tab containing tabular data.

As for the command line this is also what I experience. The docs say it should only list the servers own activities, so a backup that's ran by an agent shouldn't appear in this list. 

-- Peter