Ticket #1576 (new planned_task) — at Version 48
testticket
Reported by: | deyan | Owned by: | deyan |
---|---|---|---|
Priority: | major | Milestone: | M02b_PRE2b |
Component: | uncategorized | Version: | |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | yes | Total Hours: | |
Analysis_owners: | Design_owners: | ||
Imp._owners: | Test_owners: | ||
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description (last modified by deyan) (diff)
Change History
comment:1 Changed 17 years ago by deyan
- Owner set to deyan
- Status changed from new to accepted
- Description modified (diff)
comment:5 Changed 17 years ago by deyan
- Owner changed from deyan to peko
- Status changed from accepted to assigned
comment:9 Changed 17 years ago by deyan
Analysis
This task includes backing-up the project data.
Overview
- Define which files should be backed up.
- Implement a script for automatic backup.
- Perform regular back-ups
Task requirements
If the current server crashes, there should be an easy and fast way to deploy the backed up data to an another server.
Implementation idea
A back-up script.
Related
Dzver back-up script. ( Dzver:/backup/go.sh )
How to demo
Present the implemented script and describe what is backed up. Using comments in the script might be useful.
Design
- Create a script that :
- Copies all files that should be backed up in a /backup/%y-%m-%d/ folder
- all backup scripts
- dan-server:/sophie-project/sophie2/ - the trac project
- dan-server:/sophie-project/repo/ - the repository
- dan-server:/etc/apache2/ - apache2 configuration
- all MySql tables. See Dzver:/backup/go.sh for more information.
- Creates an ISO file /backup/%Y-%m-%d.iso
- Burns the image to CD.
- Copies all files that should be backed up in a /backup/%y-%m-%d/ folder
Implementation
The script does:
- Copy backup scripts to the backup folder
- Copy Trac Project
- Copy Repository
- backup tables
- backup apache
- write to disc
Make a back up at the end of the sprint. The backup CD is created at 2008-09-30 This information is also included as comments in the script
Testing
Log
comment:11 Changed 17 years ago by milo
- Owner changed from peko to milo
- Status changed from new to analyzing
taken
comment:13 Changed 17 years ago by milo
- Status changed from analyzed to analysis_accepted
analyzed in 5 min. score 3. The analysis is mente.
comment:14 Changed 17 years ago by pacitu
- Owner changed from milo to pacitu
- Status changed from analysis_accepted to designing
comment:19 Changed 17 years ago by pacitu
- Status changed from implemented to implementation_accepted
comment:21 Changed 17 years ago by pavlina
- Status changed from testing to closed
- Resolution set to invalid
comment:22 Changed 17 years ago by pavlina
- Status changed from closed to new
- Resolution invalid deleted
comment:23 Changed 17 years ago by todor
- Status changed from new to closed
- Resolution set to invalid
comment:24 Changed 17 years ago by kyli
- Status changed from closed to new
- Resolution invalid deleted
comment:26 Changed 17 years ago by kyli
- Status changed from closed to new
- Resolution invalid deleted
comment:27 Changed 17 years ago by kyli
- Owner changed from pacitu to kyli
- Status changed from new to analyzing
comment:30 Changed 17 years ago by kyli
- Status changed from analysis_accepted to closed
- Resolution set to invalid
comment:31 Changed 17 years ago by kyli
- Status changed from closed to new
- Resolution invalid deleted
comment:37 Changed 17 years ago by kyli
- Status changed from designed to closed
- Resolution set to invalid
comment:38 Changed 17 years ago by deyan
- Status changed from closed to new
- Resolution invalid deleted
comment:39 Changed 17 years ago by deyan
- Owner changed from kyli to deyan
- Status changed from new to s1a_analyzing
comment:41 Changed 17 years ago by deyan
commenting
comment:42 Changed 17 years ago by milo
- Design_score set to 0
- Imp._score set to 0
- Test_score set to 0
- Analysis_score set to 0
leaving
comment:45 Changed 17 years ago by deyan
- Status changed from s1a_analysis_started to s1b_analysis_finished
Note: See
TracTickets for help on using
tickets.