Changes between Version 1 and Version 2 of SCS_BACKUP_R4


Ignore:
Timestamp:
02/20/09 15:47:05 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_BACKUP_R4

    v1 v2  
    3232 
    3333= Design = 
    34 ^(Describe your design here.)^ 
     34 * Add nexus to the back up script adding the following: 
     35## Trac, testlink and svn[[BR]] 
     36cp -R /home/scs/svn/ /home/scs/backup/all/$dirname[[BR]] 
     37cp -R /home/scs/trac/ /home/scs/backup/all/$dirname[[BR]] 
     38cp -R /home/scs/testlink/ /home/scs/backup/all/$dirname[[BR]] 
     39'''cp -R /home/scs/nexus/ /home/scs/backup/all/$dirname''' 
     40 * Verified the contents of the previous back up task. 
     41 * Run the scripts twice and store the 2 DVDs at separate places. 
    3542 
    3643= Implementation =