Reputation: 375
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
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
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
Upvotes: 1