Changes between Version 23 and Version 24 of SCS_BACKUP_R0
- Timestamp:
- 09/18/08 12:21:28 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_BACKUP_R0
v23 v24 1 1 [[BackLinksMenu]] 2 2 3 == Analysis == 3 = Analysis = 4 This task includes backing-up the project data. 5 6 == Overview == 4 7 * Define which files should be backed up. Update this file list regularly. 5 8 * Implement a script for automatic backup. 6 9 * Perform regular back-ups 10 == Task requirements == 11 If the current server crashes, there should be an easy and fast way to deploy the backed up data to an another server. 7 12 8 == Design == 13 == Implementation idea == 14 A back-up script. 15 16 == Related == 17 Dzver back-up script. 18 19 = Design = 9 20 * Create a script that : 10 21 * Copies all files that should be backed up in a /backup/%y-%m-%d/ folder … … 14 25 * Creates an ISO file /backup/%Y-%m-%d.iso 15 26 * Burns the image to CD. 16 17 == Implementation ==27 28 = Implementation = 18 29 * Download: [htdocs:backup.sh] 19 20 30 = Testing = 21 31 22 32