Ian P. Christian wrote: > I would like to mirror a couple of trac sites, however I can't find > any documentation on how to do so. I am already mirroring over the > SVN repositories, so I have that local. > > Can I just rsync over the data? I don't mind the mirror being read > only (infact, it's prefered for simplicity).
You can, but it's not advised; you might end up with corrupted databases. Better to do: trac-admin <trac-env path> hotcopy /backup/dir/ and then rsync the /backup/dir/. Actually, turns out this is a FAQ (#11 in the "Installing and Running" section), and has a page dedicated to it: http://trac.edgewall.org/wiki/TracBackup HTH, Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
