It's all about the answers!

Ask a question

How can I automatethe backup of Jazz & RTC databases?


Simon Benge (121) | asked May 27 '11, 12:20 p.m.
Hi,

I understand you can use repotools to back up RTC & JAZZ.Net databases.

We have installed RTC 3.0 with SQL server 2005 as the database server.

Can anyone tell me how I can script / automate the backup of RTC & Jazz?

Thanks

Simon Benge

Development Team Leader

ADT Fire and Security plc

One answer



permanent link
Ralph Schoon (63.1k33645) | answered May 30 '11, 3:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Simon,

repotools is not really considered to be a backup operation. It also misses many configuration files you want to backup.

We tried to provide some guidance here: http://jazz.net/library/article/547

Aside that, scripting with repotools would be simple

 

server.shutdown
rem (net stop <servicename>to shutdown a service)
repotools.export
server.startup


Similar methods can be used to automate what is described in the article above.

Thanks,

Ralph
Hi,

I understand you can use repotools to back up RTC & JAZZ.Net databases.

We have installed RTC 3.0 with SQL server 2005 as the database server.

Can anyone tell me how I can script / automate the backup of RTC & Jazz?

Thanks

Simon Benge

Development Team Leader

ADT Fire and Security plc

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.