Changes between Version 23 and Version 24 of SCS_BACKUP_R0


Ignore:
Timestamp:
09/18/08 12:21:28 (17 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_BACKUP_R0

    v23 v24  
    11[[BackLinksMenu]] 
    22 
    3  == Analysis == 
     3= Analysis = 
     4 This task includes backing-up the project data. 
     5 
     6== Overview == 
    47 * Define which files should be backed up. Update this file list regularly.  
    58 * Implement a script for automatic backup. 
    69 * 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. 
    712 
    8  == Design == 
     13== Implementation idea == 
     14 A back-up script. 
     15 
     16== Related == 
     17 Dzver back-up script. 
     18 
     19= Design =  
    920 * Create a script that : 
    1021  * Copies all files that should be backed up in a /backup/%y-%m-%d/ folder 
     
    1425  * Creates an ISO file /backup/%Y-%m-%d.iso 
    1526  * Burns the image to CD. 
    16   
    17  == Implementation == 
     27 
     28= Implementation = 
    1829 * Download: [htdocs:backup.sh] 
    19  
    20  
     30= Testing = 
    2131 
    2232