Vineet
Vineet

Reputation: 375

Take a trac repository dump

I have a trac repository available on a local network and need to take a dump of the trac data to be able to access it out of that network. Can anyone suggest a way to do it ?

Upvotes: 0

Views: 1057

Answers (2)

rnicholson
rnicholson

Reputation: 4588

Good set of answers on serverfault for this topic - https://serverfault.com/questions/6147/how-do-i-backup-my-trac-instalations

Upvotes: 0

Pekka
Pekka

Reputation: 449425

I don't think there is a unified command to dump both the trac project and a possible attached svn repo, but for separate dumping, Trac has a hotcopy command and svn a dump command.

Trac Backup - The Trac project

svn dump manual

Upvotes: 1

Related Questions