I understad it is possible to automate SSAS backups. How could I edit the backup script below to have it ready for automation?
<Backup xmlns=" <Object>
<DatabaseID>Project_Test</DatabaseID>
</Object>
<File>Project_Test.abf</File>
<AllowOverwrite>true</AllowOverwrite>
<Password>catch00</Password>
</Backup>
Thanks in advance
<Backup xmlns=" <Object>
<DatabaseID>Project_Test</DatabaseID>
</Object>
<File>Project_Test.abf</File>
<AllowOverwrite>true</AllowOverwrite>
<Password>catch00</Password>
</Backup>
Thanks in advance