[Trac] Backup strategies.
Jacob Atzen
jacob at aub.dk
Mon Apr 17 13:39:01 CDT 2006
On Mon, Apr 17, 2006 at 11:08:54AM -0400, Óscar Morales Vivó wrote:
> Making a backup copy of a trac repository is easy enough (checked out
> the wiki, tried it out. Works).
>
> The problem I'm having is for setting a backup strategy. Trying to
> place a hotcopy on top of another one doesn't work, and there seems
> to be no way to do an incremental backup. So I'm wondering what other
> people are doing for backing up their repositories.
>
> I'm trying to set up some automated way to do it but would like to
> see what other people are doing and how they are doing it. So any
> advice about tools to use, strategies to apply etc will be welcome.
>
> Thanks in advance for everyone's help:
I find rdiff-backup to be a nice tool for the job. It doesn't do the
whole hot-copy thing, so if you want to be on the safe side do that
first and perform the rdiff-backup on the copy. Rdiff-backup works with
an incremental scheme so I have only "one" backup of my trac
installation but I can restore it as it was as of any point in the past.
--
Cheers,
- Jacob Atzen
More information about the Trac
mailing list