views:

47

answers:

3

I'd like to use a hosted issue-tracking service, but I want to be able to backup my data in case the service goes under.

  1. Are there any hosted issue-tracking services that have a "data liberation" strategy and support you periodically copying your issue-tracking data to your local system?

  2. If not, does anyone have a clever workaround for backing up your data using an existing hosted issue-tracking service, even if it's in an unsupported way?

A: 

There is a simple script at Artifacts download page to import issues from Google Code Hosting as a set of XML files. And files can be backed up then.

I think it shouldn't be a problem to tweak the script to import from other issues-tracking services.

Fyodor Sheremetyev
A: 

With Elementool link text you can download a copy of your issue list for backup on your own system.

Beth
A: 

You can do this with FogBugz on Demand. Here is a scrape right off the "Your account" screen:

Download Your Database:
You can download your FogBugz database in three different formats. The FogBugz database format (schema) is documented here.

  1. SQL Server 2000
  2. Access – This format is temporarily unavailable
  3. MySQL
JohnFx