How can I automatethe backup of Jazz & RTC databases?
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
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
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
Similar methods can be used to automate what is described in the article above.
Thanks,
Ralph
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