wiki:SCS_BACKUP_R0

Version 11 (modified by pacitu, 17 years ago) (diff)

--

Iteration 1

Analize:

  • Define which files should be backed up. Update this file list regularly.
  • Implement a script for automatic backup.
  • Perform regular back-ups

Design:

  • Create a script that :
    • Copies all files that should be backed up in a /backup/%y-%m-%d/ folder
      • /sophie-project/sophie2/ - the trac project
      • /sophie-project/repo/ - the repository
    • Creates an ISO file /backup/%Y-%m-%d.iso
    • Burns the image to CD.
  • Create a script that reverts to a specific backup. Probably it is a good idea if this script installs all needed software for the backup to be run. So the backup can be deployed on a different computer easily.

Implementation: