On Mon, 2006-04-17 at 11:08 -0400, Óscar Morales Vivó wrote: > 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.
I use Backupninja[1] which includes a handler for backing up Trac (as well as Subversion). The basic strategy is: * hotcopy trac projects to /var/backups/trac.tmp * remove /var/backups/trac * rename /var/backups/trac.tmp to /var/backups/trac If something fails it leaves the previous backup intact. -- Matthew Good <[EMAIL PROTECTED]> [1] http://dev.riseup.net/backupninja/ _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
