#7001 closed enhancement (wontfix)
trac automated backups...
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I think that hotcopy should be bundled with an auto feature to automatically backup a project on a monthly or weekly basis.
I believe many people have probably written their own hacks to do this… If any one has one in Java, perl, or python please post it here.
I want to backup multiple projects, once a week. So the script needs to be dynamic enough to go to a trac root directory, backup every project into a new directory titled something like
backups/project1backup_03-01-2008/
etc.
I'm sure I'm not the first to come up with this idea… I hope we can get it working sometime. I will submit my hack solution eventually if nothing official comes out.
Jay
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I don't think this is something we need to add to Trac's core. Perhaps adding a script to TracHacks might be an idea?
comment:3 by , 17 years ago
I have written an automated backup tool that dynamically finds all trac project directories and backs them up for windows server 2003 Id be willing to submit it.
you only have to add a cronjob which starts the hotcopy command..