Changes between Version 1 and Version 2 of SCS_BACKUP_R4
- Timestamp:
- 02/20/09 15:47:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_BACKUP_R4
v1 v2 32 32 33 33 = Design = 34 ^(Describe your design here.)^ 34 * Add nexus to the back up script adding the following: 35 ## Trac, testlink and svn[[BR]] 36 cp -R /home/scs/svn/ /home/scs/backup/all/$dirname[[BR]] 37 cp -R /home/scs/trac/ /home/scs/backup/all/$dirname[[BR]] 38 cp -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. 35 42 36 43 = Implementation =